reminder to install requirements

Former-commit-id: 93b4de5f5399ed8ee680822867f083c6381725a1
This commit is contained in:
Michael T. Kelbaugh
2020-02-24 16:43:27 -05:00
parent d547d42920
commit 037eec89ac

View File

@@ -69,8 +69,9 @@ For example,
./export.sh gfdl_cm3 2035
```
Once you've retrieved a document and saved it as a JSON file, plot the data on a choropleth map using the Python script in the `viz` directory.
Once you've retrieved a document and saved it as a JSON file, plot the data on a choropleth map using the Python script in the `viz` directory. (Just make sure to install requirements first.)
```
pip install -r requirements.txt
python plot.py <your_mongo_doc>.json
```
For example,