awips2-docs conda env file

This commit is contained in:
Michael James 2017-09-27 12:18:37 -06:00 committed by mjames-upc
parent 2343adcf2b
commit fe5404338c

10
environment.yml Executable file
View file

@ -0,0 +1,10 @@
# Create full conda environment for development, including some useful tools
name: awips-docs
channels:
- conda-forge
dependencies:
- python=2.7
- pip
- pip:
- mkdocs-unidata==1.5.7
- fontawesome_markdown