Skip to content

Commit 82cc8ec

Browse files
committed
Updated README.
1 parent 600878a commit 82cc8ec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ Goal: Provide tools that make it easy to manage and store QWalk runs.
55

66
# Getting started.
77

8-
Run `setup.py` to fill in the locations of packages you may want to use with autogen, such as Crystal or PySCF.
9-
- without this step autogen will not be able to run any executibles.
8+
Copy paths_example.yaml to paths.yaml and edit for your locations.
9+
10+
Run `setup.py`
1011

1112
Check out the intro folder, which constains a set of jupyter notebooks to help you understand how this package works.
1213
Alternative python scripts (which are just python downloads of the notebooks) are also there.
1314

14-
Working through all the notebooks should only take ~10 minutes.
15-
1615
You can also checkout `tests/simple_test.py` for a more useful template to build scripts from.
1716

1817
# Troubleshooting
1918

20-
- autogen can't find an executible.
19+
- autogen can't find an executable.
2120
- Make sure you've run `setup.py`.
2221
- The notebooks keep saying 'file not found'?
2322
- If you have any error when running the notebook, try restarting the kernel.

0 commit comments

Comments
 (0)