mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-25 19:19:31 +03:00
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:
parent
66aa200b37
commit
ea41b55898
@ -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/):
|
||||
|
Loading…
Reference in New Issue
Block a user