From 6f981a42c5ef3a42d686d2c565679459a355f09a Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 13:35:44 -0600 Subject: [PATCH] Update index.rst small changes for the double dash, remove space from title --- docs/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 687c0ef..c5e7916 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ ================================== -Python AWIPS Data Access Framework +Python AWIPS Data Access Framework ================================== The python-awips package provides a data access framework for requesting grid and geometry datasets from an `EDEX `_ server. @@ -22,8 +22,8 @@ To install the latest version of python-awips, with all required and optional pa - cd python-awips - conda env create -f environment.yml - conda activate python3-awips -- conda update - -all -- python setup.py install -/-force +- conda update - -all +- python setup.py install - -force - jupyter notebook examples Requirements