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

From version 34.1
edited by shailesh
on 2021/10/11 11:03
Change comment: There is no comment for this version
To version 32.1
edited by shailesh
on 2021/10/11 10:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -234,12 +234,6 @@
234 234  \\(% 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. But the Python module, as seen here, is spelt starting with a small P. This is in line with general Python convention, where package names start with small alphabets.
241 -)))
242 -
243 243  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:
244 244  
245 245  (% class="box infomessage" %)
... ... @@ -254,7 +254,7 @@
254 254  (% style="color:#000000" %)sim.end()
255 255  )))
256 256  
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:
251 +This confirms that PyNN has been properly setup, and also that is able to employ Brian 2. To verify similary test that PyNN is also able to communicate with NEURON and NEST simulators:
258 258  
259 259  (% class="box infomessage" %)
260 260  (((