Update doc for conda-forge installation.

This commit is contained in:
jcamiel 2023-11-26 17:32:20 +01:00
parent 2a4d15fa7f
commit dde5f1cccd
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# Hurl on conda-forge
Public package web page: <https://anaconda.org/conda-forge/hurl>
Git repo package (feedstock in conda-forge terminology): <https://github.com/conda-forge/hurl-feedstock>
Update to the feedstock can be make via forking the repo and PR.

View File

@ -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