# HG changeset patch # User Olivier Delalleau # Date 1348964928 14400 # Node ID 04d8597145063e34b2bdbdd629a030bafb7fe36b # Parent 18c638290706f8e497f7c74e8c989293fdbc62d7 Clearer instructions on how to set PYTHONPATH diff -r 18c638290706 -r 04d859714506 doc/index.txt --- a/doc/index.txt Thu Aug 02 12:30:16 2012 -0400 +++ b/doc/index.txt Sat Sep 29 20:28:48 2012 -0400 @@ -15,9 +15,17 @@ We recommend the latest development version, available via:: +.. code-block:: bash + hg clone http://hg.assembla.com/pylearn Pylearn -The ``pylearn`` subfolder should be on your ``$PYTHONPATH``. +The ``Pylearn/pylearn`` subfolder contains the Python package and must +be made available to Python programs, for instance by adding the ``Pylearn`` +root folder to your ``PYTHONPATH`` environment varialble: + +.. code-block:: bash + + export PYTHONPATH=$PYTHONPATH:/path/to/Pylearn Documentation =============