From dde5f1cccdffa883dde443f7ddae374dd79b44cb Mon Sep 17 00:00:00 2001 From: jcamiel Date: Sun, 26 Nov 2023 17:32:20 +0100 Subject: [PATCH] Update doc for conda-forge installation. --- contrib/conda-forge/README.md | 7 +++++++ docs/installation.md | 11 ++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 contrib/conda-forge/README.md diff --git a/contrib/conda-forge/README.md b/contrib/conda-forge/README.md new file mode 100644 index 0000000000..2f6755d95f --- /dev/null +++ b/contrib/conda-forge/README.md @@ -0,0 +1,7 @@ +# Hurl on conda-forge + +Public package web page: + +Git repo package (feedstock in conda-forge terminology): + +Update to the feedstock can be make via forking the repo and PR. diff --git a/docs/installation.md b/docs/installation.md index d0a1d6b359..2344e94246 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -97,6 +97,14 @@ If you're a Rust programmer, Hurl can be installed with cargo. $ cargo install hurl ``` +### conda-forge + +```shell +$ conda install -c conda-forge hurl +``` + +Hurl can also be installed with [`conda-forge`] powered package manager like [`pixi`]. + ### Docker ```shell @@ -179,4 +187,5 @@ Please follow the [contrib on Windows section]. [Rust]: https://www.rust-lang.org [contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md [NixOS / Nix package]: https://search.nixos.org/packages?from=0&size=1&sort=relevance&type=packages&query=hurl - +[`conda-forge`]: https://conda-forge.org +[`pixi`]: https://prefix.dev