Add install instructions for installing via conda

See also:
- Build repo: https://github.com/conda-forge/hyperfine-feedstock
- Available platforms/versions: https://anaconda.org/conda-forge/hyperfine
This commit is contained in:
Daniel Bast 2019-06-07 23:54:44 +02:00 committed by David Peter
parent 66aa200b37
commit ea41b55898

View File

@ -119,6 +119,12 @@ Hyperfine can be installed via xbps
xbps-install -S hyperfine
```
### With conda on [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hyperfine.svg)](https://anaconda.org/conda-forge/hyperfine)
```
conda install -c conda-forge hyperfine
```
### With cargo (Linux, macOS, Windows)
Hyperfine can be installed via [cargo](https://doc.rust-lang.org/cargo/):