From be0a9a8eb5f943665a9267fdcd82a4fa23c578fa Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Tue, 28 Mar 2017 10:40:32 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42af4d1a..a9ec7431 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ If you have comments, questions, or would like to contribute to the project please feel free to email [me](mailto:dgasmith@gatech.edu). ### 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```