Skip to content

Commit

Permalink
DOC: Update README.rst with new conda info
Browse files Browse the repository at this point in the history
Update README.rst with new conda channel and package name in section of
installing Py-ART.
  • Loading branch information
jjhelmus committed Sep 16, 2016
1 parent 1efbb2a commit 9671909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ the latest release. To do this you must download and install
Then use the following command in a terminal or command prompt to install
the latest version of Py-ART::

conda install -c https://conda.anaconda.org/jjhelmus pyart
conda install -c conda-forge arm_pyart

To update an older version of Py-ART to the latest release use::

conda update -c https://conda.anaconda.org/jjhelmus pyart
conda update -c conda-forge arm_pyart

If you do not wish to use Anaconda or Miniconda as a Python environment or want
to use the latest, unreleased version of Py-ART see the section below on
Expand Down

0 comments on commit 9671909

Please sign in to comment.