comparison 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
comparison
equal deleted inserted replaced
1518:18c638290706 1519:04d859714506
13 Download 13 Download
14 ======== 14 ========
15 15
16 We recommend the latest development version, available via:: 16 We recommend the latest development version, available via::
17 17
18 .. code-block:: bash
19
18 hg clone http://hg.assembla.com/pylearn Pylearn 20 hg clone http://hg.assembla.com/pylearn Pylearn
19 21
20 The ``pylearn`` subfolder should be on your ``$PYTHONPATH``. 22 The ``Pylearn/pylearn`` subfolder contains the Python package and must
23 be made available to Python programs, for instance by adding the ``Pylearn``
24 root folder to your ``PYTHONPATH`` environment varialble:
25
26 .. code-block:: bash
27
28 export PYTHONPATH=$PYTHONPATH:/path/to/Pylearn
21 29
22 Documentation 30 Documentation
23 ============= 31 =============
24 32
25 For the moment, the following documentation is available. 33 For the moment, the following documentation is available.