Skip to content

Commit

Permalink
adding notes on PYTHONPATH about finding the newly created virtualenv
Browse files Browse the repository at this point in the history
Final part of doc update.

Closes
pygobject#171
  • Loading branch information
HinTak committed Oct 5, 2018
1 parent 202ecee commit aea4f65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Requirements
Calling ``source ./tools/bootstrap.sh`` will put you in a
virtualenv with all dependencies installed (except graphviz).

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

How do I get started?
---------------------
Expand Down

0 comments on commit aea4f65

Please sign in to comment.