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
-
... ... @@ -185,34 +185,10 @@ 185 185 186 186 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. 187 187 188 -We next move on to the third simulato r, NEURON. The installation for NEURONusedtobemore involvedpreviously, but can now be easily completed using the 'pip' command:188 +We next move on to the third simulation, NEURON. The installation for NEURON is a bit more involved. 189 189 190 -(% class="box infomessage" %) 191 -((( 192 -**Screencast** - terminal 193 -\\(% style="color:#000000" %)pip install neuron 194 -))) 190 +<< add more >> 195 195 196 -This installs the NEURON simulator on your system. To confirm that we have properly installed NEURON, we can test as follows: 197 - 198 -(% class="box infomessage" %) 199 -((( 200 -**Screencast** - terminal 201 -\\(% style="color:#000000" %)nrngui 202 -))) 203 - 204 -This will display the NEURON banner, which mentions the version amongst other info. Here, as we can see, we have now installed NEURON v8.0.0 on our system. Let us next verify that this is indeed accessible via Python. 205 - 206 -(% class="box infomessage" %) 207 -((( 208 -**Screencast** - terminal 209 -\\(% style="color:#000000" %)python3 210 -\\from neuron import h 211 -\\exit() 212 -))) 213 - 214 - 215 - 216 216 (% class="box successmessage" %) 217 217 ((( 218 218 **Slide** recap of learning objectives