Wiki » History » Version 3
Padraig Gleeson, 30 Apr 2014 14:57
1 | 1 | Vitor Chaud | Model overview |
---|---|---|---|
2 | 1 | Vitor Chaud | … |
3 | 2 | Vitor Chaud | ============== |
4 | 1 | Vitor Chaud | |
5 | 1 | Vitor Chaud | Downloading and running a simulation |
6 | 2 | Vitor Chaud | ==================================== |
7 | 1 | Vitor Chaud | |
8 | 3 | Padraig Gleeson | Install [PyNN](http://neuralensemble.org/trac/PyNN/wiki/Installation). Make sure to use the latest v0.8 version from [GitHub](https://github.com/NeuralEnsemble/PyNN), which includes the required Vogels2011Rule synapse. Note: NEURON is the only supported simulator for this model at the moment. |
9 | 1 | Vitor Chaud | |
10 | 1 | Vitor Chaud | [Install Git](http://www.opensourcebrain.org/projects/gitintro/wiki/Wiki) and type: |
11 | 1 | Vitor Chaud | |
12 | 1 | Vitor Chaud | > git clone https://github.com/OpenSourceBrain/VogelsEtAl2011.git |
13 | 1 | Vitor Chaud | |
14 | 1 | Vitor Chaud | > cd VogelsEtAl2011/PyNN |
15 | 1 | Vitor Chaud | |
16 | 1 | Vitor Chaud | To run a simulation type: |
17 | 1 | Vitor Chaud | |
18 | 1 | Vitor Chaud | > python vogelsEtAl2011.py neuron |