forked from bernhardkaplan/bcpnn-mt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·39 lines (30 loc) · 931 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# # # # # # # # # # # # #
# bcppn-mt #
# # # # # # # # # # # # #
Requirements:
pyNN
Brian, NEST or another pyNN supported simulator
Run:
python main_noColumns.py
or
mpirun -np [number_of_processes] python main_noColumns.py
installation on (neuro)debian(virtual machine on MacOsX)
--------------------------------------------------------
sudo aptitude install ffmpeg
#PyNN+NeuroTools
sudo aptitude install python-pynn
sudo aptitude install python-pip
sudo aptitude install python-imaging
sudo pip install NeuroTools
#NEST dependencies
sudo aptitude install gsl-bin libgsl0-dev
sudo aptitude install python-dev
sudo aptitude install libncurses-dev
sudo aptitude install libreadline-dev
#NEST
wget http://www.nest-initiative.org/download/yHTCUpeiTsCr/nest-2.0.0.tar.gz
tar zxvf nest-2.0.0.tar.gz
cd nest-2.0.0
./configure
make
sudo make install