Closed debboutr closed 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()"
Fixed in version 1.3.15
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()"