yml env files for python2 and python3

This commit is contained in:
Michael James 2018-09-06 12:21:06 -06:00
parent acd22b8adb
commit abd0128b09
3 changed files with 19 additions and 2 deletions

View file

@ -42,6 +42,7 @@ Conda Environment
- cd python-awips - cd python-awips
- conda env create -f environment.yml - conda env create -f environment.yml
- source activate python-awips - source activate python-awips
- python setup.py install --force
- jupyter notebook examples - jupyter notebook examples
Requirements Requirements

18
environment-python3.yml Normal file
View file

@ -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

View file

@ -17,5 +17,3 @@
- nbconvert>=4.1 - nbconvert>=4.1
- enum34 - enum34
- pip - pip
- pip:
- python-awips