BenthicSubstrateMapping / PyHum

Python code to read, display, export and analyse Humminbird sidescan sonar data
Other
68 stars 28 forks source link

README.rst Virtual Environment setup #35

Closed debboutr closed 8 years ago

debboutr commented 8 years ago

Under the Vitrual Envrionment heading in the README.rst page the line that says

python -c "import PyHum; PyHum.test()"

should read:

python -c "import PyHum; PyHum.dotest()"

dbuscombe-usgs commented 8 years ago

Fixed in version 1.3.15