Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to v0.13.0 #167

Merged
merged 1 commit into from
Apr 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down