diff --git a/README.rst b/README.rst index fa1781b..bae67d2 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,7 @@ Conda Environment - cd python-awips - conda env create -f environment.yml - source activate python-awips +- python setup.py install --force - jupyter notebook examples Requirements diff --git a/environment-python3.yml b/environment-python3.yml new file mode 100644 index 0000000..f79132f --- /dev/null +++ b/environment-python3.yml @@ -0,0 +1,18 @@ + name: python3-awips + channels: + - https://conda.anaconda.org/conda-forge + dependencies: + - python=3.6 + - numpy + - matplotlib + - cartopy + - jupyter + - metpy + - pint + - h5py + - shapely + - six + - sphinx>=1.3 + - sphinx_rtd_theme + - nbconvert>=4.1 + - pip diff --git a/environment.yml b/environment.yml index 2b17e98..56d9c67 100644 --- a/environment.yml +++ b/environment.yml @@ -17,5 +17,3 @@ - nbconvert>=4.1 - enum34 - pip - - pip: - - python-awips