Changeset 148 for trunk/INSTALL

Show
Ignore:
Timestamp:
03/12/08 16:11:42 (9 months ago)
Author:
LaurentPerrinet
Message:

howto set your fresh SVN copy in the path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r122 r148  
    2222(obviously) replaced by your python version. 
    2323 
     24Developpers of NeuroTools may be intersted 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: 
     25cd my_local_site-packages_folder 
     26ln -s where_I_check-out_neuralensemble/NeuroTools/trunk/src NeuroTools 
     27and voila! 
    2428 
    2529 
    26