Skip to content

Commit e7531ca

Browse files
committed
adding notes on PYTHONPATH about finding the newly created virtualenv
Final part of doc update. Closes #171
1 parent 202ecee commit e7531ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Requirements
2929
Calling ``source ./tools/bootstrap.sh`` will put you in a
3030
virtualenv with all dependencies installed (except graphviz).
3131

32+
Afterwards, you may need to set ``PYTHONPATH`` to
33+
`` \`pwd\`/_venv/lib/python*/site-packages/ ``, where ``*`` is the
34+
version number of your python installation.
3235

3336
How do I get started?
3437
---------------------

0 commit comments

Comments
 (0)