Last modified by adavison on 2022/10/04 13:53

From version 27.1
edited by shailesh
on 2021/10/08 10:12
Change comment: There is no comment for this version
To version 27.3
edited by shailesh
on 2021/10/08 10:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -153,17 +153,25 @@
153 153  \\sudo apt-get install nest
154 154  )))
155 155  
156 -This installs the NEST module along with PyNEST, which is a Python interface for controlling the NEST kernel. This allows us to use NEST via Python. To confirm that we have properly installed Brian 2 on our computer, we can test as follows:
156 +This installs the NEST module along with PyNEST, which is a Python interface for controlling the NEST kernel. This allows us to use NEST via Python. To confirm that we have properly installed NEST on our computer, we can test as follows:
157 157  
158 158  (% class="box infomessage" %)
159 159  (((
160 160  **Screencast** - terminal
161 +\\(% style="color:#000000" %)nest
162 +)))
163 +
164 +This will display the NEST banner, which mentions the version amongst other info. Here, as we can see, we have now installed NEST v3.1 on our system. Let us next verify that this is indeed accessible via Python.
165 +
166 +(% class="box infomessage" %)
167 +(((
168 +**Screencast** - terminal
161 161  \\(% style="color:#000000" %)python3
162 162  \\import nest
163 163  \\exit()
164 164  )))
165 165  
166 -If there are no error messages here, and the import is successful, then we have completed installing NEST simulator.
174 +If there are no error messages here, and the import is successful, then we have completed installing NEST simulator, and are able to load it on Python.
167 167  
168 168  We next move on to the third simulation, NEURON. The installation for NEURON is a bit more involved.
169 169