Changeset 330 for trunk/INSTALL

Show
Ignore:
Timestamp:
11/13/08 11:27:36 (3 years ago)
Author:
apdavison
Message:

Various minor changes. Corrected metadata in setup.py

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r297 r330  
    22======================= 
    33 
    4 First download the package files: 
     4First download the package files:: 
    55 
    6         svn co https://neuralensemble.org/svn/NeuroTools/trunk NeuroTools 
    7         cd NeuroTools 
     6        $ svn co https://neuralensemble.org/svn/NeuroTools/trunk NeuroTools 
     7        $ cd NeuroTools 
    88 
    9 Install as root (if you want a global install) 
     9Install as root (if you want a global install):: 
    1010 
    11         $ python setup.py install 
     11        # python setup.py install 
    1212 
    13 or for those without root access, install to a writable location, something like: 
     13or for those without root access, install to a writable location, something like:: 
    1414 
    15         # python setup.py install --prefix=$HOME/opt/mystuff 
     15        $ python setup.py install --prefix=$HOME/opt/mystuff 
    1616 
    17 Then you need to add the location:  
     17Then you need to add the location:: 
    1818 
    19 $HOME/opt/mystuff/lib/python2.5/site-packages/  
     19    $HOME/opt/mystuff/lib/python2.5/site-packages/  
    2020 
    2121to your PYTHONPATH or within python in your sys.path directive. 
     
    2424(obviously) replaced by your python version. 
    2525 
    26 Developers of NeuroTools may be interested in having their lastly updated version from SVN used by python (and therefore on python's path). A solution is to symbolically link the src folder to a folder included in the path: 
     26Developers of NeuroTools may be interested in using the last-updated version from svn. 
     27A solution is to symbolically link the src folder to a folder included in the path:: 
    2728 
    2829        cd my_local_site-packages_folder