awips2-docs conda env file
This commit is contained in:
parent
2343adcf2b
commit
fe5404338c
1 changed files with 10 additions and 0 deletions
10
environment.yml
Executable file
10
environment.yml
Executable 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
|
Loading…
Add table
Reference in a new issue