USDA-ARS-NWRC / smrf

SMRF was designed to increase the flexibility of taking measured weather data, or atmospheric models, and distributing the data across a watershed.
Other
12 stars 4 forks source link

Typo in installation instructions #73

Closed micahjohnson150 closed 4 years ago

micahjohnson150 commented 6 years ago

In docs/install.rst there is a small typo.

SMRF relies on the Image Processing Workbench (IPW) so it must be installed first. IPW currently has not been tested to run natively on Windows and must use Docker. Check the Windows section for how to run. Please go through and install the dependencies for your system prior to install install IPW and SMRF.

micahjohnson150 commented 6 years ago

Also need to add sudo apt-get install python3-dev to install instructions.

Also need to add pip install wheel, we in general need to update the docs to reflect the dockerfile install.