dustming / basinmaker

An automated GIS toolbox for watershed delineation with lakes
Artistic License 2.0
24 stars 6 forks source link

install dependent packages line not working #11

Closed beatonan closed 3 years ago

beatonan commented 3 years ago

There appears to be a minor error in the "install dependent packages" line on the installation instructions website (https://basinmaker.readthedocs.io/en/latest/installation.html#light-installation). Very minor but i did not realize this line did not work and had errors later in the installation process that I had to trace back to this issue.

python - m pip install pandas pytest scipy simpledbf netCDF4 jupyter

should be

python -m pip install pandas pytest scipy simpledbf netCDF4 jupyter

dustming commented 3 years ago

Thanks for your feedback, the topo is corrected.