SyntaxFix
Write A Post
Hire A Developer
Questions
In the numpy README.txt file, it says
After installation, tests can be run with: python -c 'import numpy; numpy.test()'
After installation, tests can be run with:
python -c 'import numpy; numpy.test()'
This should be a sufficient test for proper installation.