diff --git a/README.md b/README.md index bbfbfcc..15ebef7 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,17 @@ The hepconvert library is a bridge between columnar file formats, currently **RO # Installation -hepconvert can be installed `from PyPI `__ using pip: +hepconvert can be installed from [PyPI](https://pypi.org/project/hepconvert) using pip: -.. code-block:: bash - - pip install hepconvert - -To install with Conda through `conda-forge `__: - -.. code-block:: bash +```bash +pip install hepconvert +``` - conda install -c conda-forge hepconvert +To install with Conda through [conda-forge](https://github.com/conda-forge/hepconvert-feedstock): +```bash +conda install -c conda-forge hepconvert +``` # Getting started ```python