From 27303e6bfd6d81a6d4645d6df3f0f0974d8d5de5 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 30 Sep 2020 16:52:38 -0600 Subject: [PATCH] update the requirements section to reflect the environment.yml file --- docs/source/index.rst | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6a46fda..6abd875 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -38,10 +38,27 @@ To install the latest version of python-awips, with all required and optional pa Requirements ------------ -- python 2.7+ -- numpy -- shapely -- six +These are specified in the environment.yml file that is used to create the 'python3-awips' conda environment: + + - python 3 + - numpy + - nomkl + - matplotlib + - cartopy + - jupyter + - netcdf4 + - owslib + - metpy + - pint + - h5py + - nbconvert 4.1 + - siphon + - xarray + - ffmpeg + - pytest + - shapely + - six + - pip Quick Example