diff --git a/docs/source/index.rst b/docs/source/index.rst index 962015bd..5b315717 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,7 +15,7 @@ Welcome to SHARPpy's documentation! :Release: |version| :Date: |today| -:command:`FYI:` This documentation describes the soon to be released Andover branch of SHARPpy, which is accessible only through cloning the Github repository. +:command:`FYI:` This documentation describes the soon to be released Andover branch of SHARPpy. SHARPpy is a collection of open source sounding and hodograph analysis routines, a sounding plotting package, and an interactive, *cross-platform* application for analyzing real-time soundings all written in Python. It was developed to provide the atmospheric science community a free and consistent source of sounding analysis routines. SHARPpy is constantly updated and vetted by professional meteorologists and climatologists within the scientific community to help maintain a standard source of sounding routines. diff --git a/docs/source/install.rst b/docs/source/install.rst index f940e5af..5e56d4b2 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -40,6 +40,7 @@ primarily tested using this distribution. .. prompt:: bash + conda config --add channels conda-forge conda install -c sharppy sharppy From pip