From 5c8c62e549606f84c72d0b7c0b5b0d11f4fb17f3 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Sat, 21 Sep 2019 17:32:17 -0400 Subject: [PATCH] Modified docs for upcoming beta release --- docs/source/index.rst | 2 +- docs/source/install.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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