From ea41b55898f9b0c77ee5ec7ec7cd4a5a1b7e3acb Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 7 Jun 2019 23:54:44 +0200 Subject: [PATCH] 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 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4e41b7d..c30aeb8 100644 --- a/README.md +++ b/README.md @@ -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/):