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