Changes for page 02. Installing PyNN - Linux
Last modified by adavison on 2022/10/04 13:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -153,25 +153,17 @@ 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 NESTon 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 Brian 2 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 169 169 \\(% style="color:#000000" %)python3 170 170 \\import nest 171 171 \\exit() 172 172 ))) 173 173 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.166 +If there are no error messages here, and the import is successful, then we have completed installing NEST simulator. 175 175 176 176 We next move on to the third simulation, NEURON. The installation for NEURON is a bit more involved. 177 177