mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
update the requirements section to reflect the environment.yml file
This commit is contained in:
parent
2e2f4f4739
commit
27303e6bfd
1 changed files with 21 additions and 4 deletions
|
@ -38,10 +38,27 @@ To install the latest version of python-awips, with all required and optional pa
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- python 2.7+
|
These are specified in the environment.yml file that is used to create the 'python3-awips' conda environment:
|
||||||
|
|
||||||
|
- python 3
|
||||||
- numpy
|
- numpy
|
||||||
|
- nomkl
|
||||||
|
- matplotlib
|
||||||
|
- cartopy
|
||||||
|
- jupyter
|
||||||
|
- netcdf4
|
||||||
|
- owslib
|
||||||
|
- metpy
|
||||||
|
- pint
|
||||||
|
- h5py
|
||||||
|
- nbconvert 4.1
|
||||||
|
- siphon
|
||||||
|
- xarray
|
||||||
|
- ffmpeg
|
||||||
|
- pytest
|
||||||
- shapely
|
- shapely
|
||||||
- six
|
- six
|
||||||
|
- pip
|
||||||
|
|
||||||
|
|
||||||
Quick Example
|
Quick Example
|
||||||
|
|
Loading…
Add table
Reference in a new issue