Skip to content

Commit

Permalink
chore: update README.md for conda-forge install (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbilodea authored Mar 27, 2024
1 parent f94ce65 commit 4f22f7d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@ The hepconvert library is a bridge between columnar file formats, currently **RO

# Installation

hepconvert can be installed from [PyPI](https://pypi.org/project/hepconvert) using pip:
hepconvert can be installed `from PyPI <https://pypi.org/project/hepconvert>`__ using pip:

```bash
pip install hepconvert
```
.. code-block:: bash

pip install hepconvert

To install with Conda through `conda-forge <https://github.com/conda-forge/hepconvert-feedstock>`__:

.. code-block:: bash

conda install -c conda-forge hepconvert

# Getting started

Expand Down

0 comments on commit 4f22f7d

Please sign in to comment.