diff --git a/README.md b/README.md index ea007e877..574ba5022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # DeerLab [![https://jeschkelab.github.io/DeerLab/](https://img.shields.io/pypi/v/deerlab)](https://pypi.org/project/DeerLab/) +[![https://img.shields.io/conda/v/JeschkeLab/deerlab](https://img.shields.io/conda/v/JeschkeLab/deerlab)](https://anaconda.org/jeschkelab/deerlab) [![Website](https://img.shields.io/website?down_message=offline&label=Documentation&up_message=online&url=https%3A%2F%2Fjeschkelab.github.io%2FDeerLab%2Findex.html)](https://jeschkelab.github.io/DeerLab/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/deerlab)](https://www.python.org/downloads/) ![PyPI - Downloads](https://img.shields.io/pypi/dm/deerlab?color=brightgreen) @@ -20,17 +21,17 @@ All additional dependencies are automatically downloaded and installed during th ### Setup -A pre-built distribution can be installed using `pip`. +A pre-built distribution can be installed from the PyPI repository using `pip` or from the Anaconda repository using `conda`. -First, ensure that `pip` is up-to-date. From a terminal (preferably with admin privileges) use the following command: +From a terminal (preferably with admin privileges) use the following command to install from PyPI: - python -m pip install --upgrade pip + python -m pip install deerlab -Next, install DeerLab with +or the following command to install from Anaconda: - python -m pip install deerlab + conda install deerlab -c JeschkeLab -More details on the installation of DeerLab can be found [here](https://jeschkelab.github.io/DeerLab/installation.html). +More details on the installation and updating of DeerLab can be found [here](https://jeschkelab.github.io/DeerLab/installation.html). ### Citation