Skip to content

Commit

Permalink
docs: Add conda-forge install instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 9, 2024
1 parent 5d2314a commit 9cd016a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,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 9cd016a

Please sign in to comment.