diff doc/index.txt @ 1519:04d859714506

Clearer instructions on how to set PYTHONPATH
author Olivier Delalleau <delallea@iro>
date Sat, 29 Sep 2012 20:28:48 -0400
parents 9ce32a8252d2
children 0e0f9e8275a9
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
 =============