Skip to content

Commit

Permalink
Merge pull request #59 from matthewfeickert/docs/add-conda-forge
Browse files Browse the repository at this point in the history
docs: Add conda-forge distribution badge to README
  • Loading branch information
GraemeWatt authored May 20, 2024
2 parents bfcd4fd + 9cd016a commit 55f9e18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://anaconda.org/conda-forge/hepdata-validator>`_ using a ``conda`` ecosystem package manager:

.. code:: bash
$ conda install --channel conda-forge hepdata-validator
$ hepdata-validate --help
Developers
==========
Expand Down

0 comments on commit 55f9e18

Please sign in to comment.