mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
yml env files for python2 and python3
This commit is contained in:
parent
acd22b8adb
commit
abd0128b09
3 changed files with 19 additions and 2 deletions
|
@ -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
18
environment-python3.yml
Normal 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
|
|
@ -17,5 +17,3 @@
|
||||||
- nbconvert>=4.1
|
- nbconvert>=4.1
|
||||||
- enum34
|
- enum34
|
||||||
- pip
|
- pip
|
||||||
- pip:
|
|
||||||
- python-awips
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue