diff --git a/README.md b/README.md index 457930b..bbfbfcc 100644 --- a/README.md +++ b/README.md @@ -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 `__ using pip: -```bash -pip install hepconvert -``` +.. code-block:: bash + + pip install hepconvert + +To install with Conda through `conda-forge `__: + +.. code-block:: bash + + conda install -c conda-forge hepconvert # Getting started