-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,11 @@ If you have comments, questions, or would like to contribute to the project | |
please feel free to email [me](mailto:[email protected]). | ||
|
||
### Getting Started | ||
|
||
New users can either follow the | ||
[Getting Started](https://github.com/psi4/psi4numpy/blob/master/Tutorials/01_Psi4NumPy-Basics/1a_Getting-Started.ipynb) | ||
notebook or follow the less verbose directions below. | ||
|
||
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``` | ||
|