Mercurial > pylearn
changeset 1519:04d859714506
Clearer instructions on how to set PYTHONPATH
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Sat, 29 Sep 2012 20:28:48 -0400 |
parents | 18c638290706 |
children | 61134776e33c |
files | doc/index.txt |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 =============