Skip to content

Commit

Permalink
Merge pull request #45 from niclaurenti/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
niclaurenti authored Apr 10, 2024
2 parents 0417e76 + 4cbd33b commit 4a89481
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ cmake -DCMAKE_INSTALL_PREFIX=/your/installation/path/ ..
make && make install
```

The Python package is available in the PyPI <a href="https://pypi.org/project/adani/"><img alt="PyPI" src="https://img.shields.io/pypi/v/adani"/></a>. Install it with
The Python package is available via:
- PyPI <a href="https://pypi.org/project/adani/"><img alt="PyPI" src="https://img.shields.io/pypi/v/adani"/></a>. Install it with
```bash
pip install adani
```
- conda-forge: [![Conda Version](https://img.shields.io/conda/vn/conda-forge/adani.svg)](https://anaconda.org/conda-forge/adani)
```bash
conda install adani
```

For installing the Python module from source run
```bash
pip install .
Expand Down

0 comments on commit 4a89481

Please sign in to comment.