Small update to conda install instructions

This commit is contained in:
David Peter 2019-06-08 08:59:52 +02:00
parent ea41b55898
commit 06a2885f75

View File

@ -119,8 +119,11 @@ 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)
### With conda
![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hyperfine.svg)
Hyperfine can be installed via [`conda`](https://conda.io/en/latest/) from the [`conda-forge`](https://anaconda.org/conda-forge/hyperfine) channel:
```
conda install -c conda-forge hyperfine
```