Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith authored Mar 28, 2017
1 parent 5180b42 commit cebe8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To begin using Psi4NumPy:
- Obtain recent versions of Psi4, NumPy, and SciPy (see Requirements for version details)
- Locate the `Psi4_install/lib` directory and execute the following: ```export PYTHONPATH=Psi4_install/lib```

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"```.

A tutorial that covers the basics of NumPy can be found
[here](http://wiki.scipy.org/Tentative_NumPy_Tutorial).
Expand Down

0 comments on commit cebe8c0

Please sign in to comment.