diff --git a/README.md b/README.md index 0c88af41..ee23ebf1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ![python version](https://img.shields.io/pypi/pyversions/smact) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![PyPi](https://img.shields.io/pypi/v/smact)](https://pypi.org/project/SMACT/) +[![Conda](https://anaconda.org/conda-forge/smact/badges/version.svg)](https://anaconda.org/conda-forge/smact) [![GitHub issues](https://img.shields.io/github/issues-raw/WMD-Group/SMACT)](https://github.com/WMD-group/SMACT/issues) ![dependencies](https://img.shields.io/librariesio/release/pypi/smact) [![CI Status](https://github.com/WMD-group/SMACT/actions/workflows/ci.yml/badge.svg)](https://github.com/WMD-group/SMACT/actions/workflows/ci.yml) @@ -91,6 +92,12 @@ The latest stable release of SMACT can be installed via pip which will automatic pip install smact +SMACT is also available via conda through the conda-forge channel on Anaconda Cloud: + +``` +conda install -c conda-forge smact +``` + Alternatively, the very latest version can be installed using: pip install git+git://github.com/WMD-group/SMACT.git