From 0403185ccc04048e12301e26e837e012e5cffb33 Mon Sep 17 00:00:00 2001 From: wblumberg Date: Tue, 25 Feb 2020 18:34:32 -0500 Subject: [PATCH] Fixed issues in install.rst --- docs/source/install.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index edc39c2a..c31376ba 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -41,11 +41,12 @@ 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: +To avoid compatability issues with other Python packages, we **strongly recommend** you install SHARPpy into its own Anaconda environment: .. prompt:: bash + conda create -n sharppy-env -c sharppy -c conda-forge sharppy - conda activate sharppy-env + conda activate sharppy-env Otherwise, you can try to install SHARPpy directly into your current Anaconda environment: @@ -118,13 +119,8 @@ tend to have another name (such as andover). You can download those using the ` git checkout andover Once the package has been downloaded to your computer, use your command line to navigate into the SHARPpy directory. -If you want to use setuptools, type this command in to install SHARPpy: - -.. prompt:: bash - - python setup.py install - -If you have pip, it can also be installed via this command: +The package can be installed via this command, which will allow you to edit the source code you downloaded and test it without +needing to reinstall the program each time: .. prompt:: bash