Changeset 211

Show
Ignore:
Timestamp:
09/24/08 11:06:44 (4 months ago)
Author:
LaurentPerrinet
Message:

fixed URLs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cleanup/INSTALL

    r148 r211  
    1 NeuroTools Insallation: 
     1NeuroTools Insallation 
     2====================== 
    23 
    34First download the package files: 
    4 svn co https://neuralensemble.kip.uni-heidelberg.de/svn/NeuroTools/trunk NeuroTools 
    5 cd NeuroTools 
    65 
    7 As root 
     6        svn co https://neuralensemble.org/svn/NeuroTools/trunk NeuroTools 
     7        cd NeuroTools 
    88 
    9 $ python setup.py install 
     9Install as root (if you want a global install) 
    1010 
    11 or for those without root access, to a local location, something like: 
     11        $ python setup.py install 
    1212 
    13 # python setup.py install --prefix=$HOME/opt/mystuff 
     13or for those without root access, install to a writable location, something like: 
     14 
     15        # python setup.py install --prefix=$HOME/opt/mystuff 
    1416 
    1517Then you need to add the location:  
    1618 
    17 $HOME/opt/mystuff/lib/python2.4/site-packages/  
     19$HOME/opt/mystuff/lib/python2.5/site-packages/  
    1820 
    1921to your PYTHON_PAH or (in python) your sys.path 
    2022 
    21 Note, here lib is replaced by lib64 on 64bit systems, and python2.4 is 
     23Note, here lib is replaced by lib64 on 64bit systems, and python2.5 is 
    2224(obviously) replaced by your python version. 
    2325 
    24 Developpers 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: 
    25 cd my_local_site-packages_folder 
    26 ln -s where_I_check-out_neuralensemble/NeuroTools/trunk/src NeuroTools 
     26Developpers 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: 
     27 
     28        cd my_local_site-packages_folder 
     29        ln -s where_I_check-out_neuralensemble/NeuroTools/trunk/src NeuroTools 
     30 
    2731and voila! 
    2832 
  • branches/cleanup/README

    r6 r211  
    1 NeuroTools SVN : see https://facets-vm3.kip.uni-heidelberg.de/trac/NeuroTools/wiki 
     1For more info see the NeuroTools trac http://neuralensemble.org/trac/NeuroTools 
  • trunk/examples/retina/retina.py

    r206 r211  
    8686import pyNN.nest2 as sim 
    8787from NeuroTools.signals import loadSpikeList 
    88  
    8988import os, tempfile 
    9089import numpy