Changeset 494
- Timestamp:
- 01/18/12 15:24:09 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
INSTALL (modified) (2 diffs)
-
src/signals/spikes.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r330 r494 1 1 NeuroTools Installation 2 2 ======================= 3 4 The simplest method is to use: 5 6 $ pip install NeuroTools 7 8 9 Compiling from source 10 --------------------- 3 11 4 12 First download the package files:: … … 17 25 Then you need to add the location:: 18 26 19 $HOME/opt/mystuff/lib/python2. 5/site-packages/27 $HOME/opt/mystuff/lib/python2.7/site-packages/ 20 28 21 29 to your PYTHONPATH or within python in your sys.path directive. 22 30 23 Note, here lib is replaced by `lib64` on 64 bit systems, and `python2. 5` is31 Note, here lib is replaced by `lib64` on 64 bit systems, and `python2.7` is 24 32 (obviously) replaced by your python version. 25 33 -
trunk/src/signals/spikes.py
r489 r494 348 348 349 349 Reference: 350 http://in cm.cnrs-mrs.fr/LaurentPerrinet/Publications/Voges08fens350 http://invibe.net/LaurentPerrinet/Publications/Voges08fens 351 351 352 352 Inputs:
