Skip to content

Commit

Permalink
Updated install to recommend using conda envrionments
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Feb 25, 2020
1 parent 2242108 commit 7408fc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ The Anaconda Python Distribution can be downloaded here: https://store.continuum
We recommend you download the *Python 3.6 or 3.7* version of the Anaconda Python distribution. SHARPpy is
primarily tested using this distribution.

To avoid compatability issues with other Python packages, we strongly recommend install SHARPpy into its own Anaconda environment:

.. prompt:: bash
conda create -n sharppy-env -c sharppy -c conda-forge sharppy
conda activate sharppy-env

Otherwise, you can try to install SHARPpy directly into your current Anaconda environment:

.. prompt:: bash

conda config --add channels conda-forge
Expand Down

0 comments on commit 7408fc3

Please sign in to comment.