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
-
... ... @@ -231,9 +231,15 @@ 231 231 (% class="box infomessage" %) 232 232 ((( 233 233 **Screencast** - terminal 234 -\\(% style="color:#000000" %)pip install pyNN234 +\\(% style="color:#000000" %)pip install PyNN 235 235 ))) 236 236 237 +(% class="box warningmessage" %) 238 +((( 239 +**Note:** 240 +\\Note that PyNN project is spelt with a captial P, small y, and two captital N. The pip command is case-insensitive, so you may write it differently here. But the Python module, as we shall see ahead, is spelt starting with a small P. This is in line with general Python convention, whereby package names start with small alphabets. 241 +))) 242 + 237 237 To verify that PyNN has been successfully installed on our system, and that it is indeed able to communicate with the other simulators that we installed earlier, we can try running: 238 238 239 239 (% class="box infomessage" %) ... ... @@ -248,7 +248,7 @@ 248 248 (% style="color:#000000" %)sim.end() 249 249 ))) 250 250 251 -This confirms that PyNN has been properly setup, and also that is able to employ Brian 2. To verify similary t est that PyNN is also able to communicate with NEURON and NEST simulators:257 +This confirms that PyNN has been properly setup, and also that is able to employ Brian 2. To verify similary that PyNN is also able to communicate with NEURON and NEST simulators: 252 252 253 253 (% class="box infomessage" %) 254 254 (((