world-ecoregion/INSTALL.md

7 lines
90 B
Markdown
Raw Normal View History

2019-02-02 12:46:38 +00:00
```
2019-02-03 05:34:28 +00:00
pyenv install $(cat .python-version)
2019-02-02 12:46:38 +00:00
pyenv local
pip install -r requirements.txt
```