We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5180b42 commit cebe8c0Copy full SHA for cebe8c0
README.md
@@ -35,7 +35,7 @@ To begin using Psi4NumPy:
35
- Obtain recent versions of Psi4, NumPy, and SciPy (see Requirements for version details)
36
- Locate the `Psi4_install/lib` directory and execute the following: ```export PYTHONPATH=Psi4_install/lib```
37
38
-All scripts should then be run as conventional Python scripts, ```python -c "import Psi4"```.
+All scripts should then be run as conventional Python scripts, ```python -c "import psi4"```.
39
40
A tutorial that covers the basics of NumPy can be found
41
[here](http://wiki.scipy.org/Tentative_NumPy_Tutorial).
0 commit comments