diff --git a/README.rst b/README.rst index 789b86a..3c8d957 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,10 @@ :target: https://pypi.org/project/hepdata-validator/ :alt: PyPI Version +.. image:: https://img.shields.io/conda/vn/conda-forge/hepdata-validator.svg + :target: https://prefix.dev/channels/conda-forge/packages/hepdata-validator + :alt: conda-forge Version + .. image:: https://img.shields.io/github/issues/hepdata/hepdata-validator.svg?maxAge=2592000 :target: https://github.com/HEPData/hepdata-validator/issues :alt: GitHub Issues @@ -56,6 +60,13 @@ with the LibYAML bindings. Run the following after installing LibYAML via Homebr $ LDFLAGS="-L$(brew --prefix)/lib" CFLAGS="-I$(brew --prefix)/include" pip install --global-option="--with-libyaml" --force pyyaml +Alternatively, install from `conda-forge `_ using a ``conda`` ecosystem package manager: + +.. code:: bash + + $ conda install --channel conda-forge hepdata-validator + $ hepdata-validate --help + Developers ==========