Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.


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

From version 27.20
edited by shailesh
on 2021/10/08 16:01
Change comment: There is no comment for this version
To version 32.2
edited by shailesh
on 2021/10/11 10:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -02. Installing PyNN
1 +02. Installing PyNN - Linux
Content
... ... @@ -1,12 +7,6 @@
1 -(% class="box warningmessage" %)
2 -(((
3 -tutorials under development for Linux, Mac OS, Windows, Jupyter Lab.
4 -)))
5 -
6 -
7 7  == Learning objectives ==
8 8  
9 -In this tutorial, you will learn how to install PyNN, together with the NEST, NEURON and Brian 2 simulators, on Linux / Mac OS / Windows / in EBRAINS Jupyter Lab.
3 +In this tutorial, you will learn how to install PyNN, together with the NEST, NEURON and Brian 2 simulators, on Linux.
10 10  
11 11  (% class="box infomessage" %)
12 12  (((
... ... @@ -43,7 +43,7 @@
43 43  **Slide** listing learning objectives
44 44  )))
45 45  
46 -In this tutorial, I will guide you through setting up PyNN, together with the NEST, NEURON and Brian 2 simulators, in a Linux  environment. Note that we have a dedicated version of this tutorial for other environments, such as Mac OS, Windows and EBRAINS Jupyter Lab.
40 +In this tutorial, I will guide you through setting up PyNN, together with the NEST, NEURON and Brian 2 simulators, on a Linux  environment. Note that we have a dedicated version of this tutorial for other environments, such as Mac OS, Windows and EBRAINS Jupyter Lab.
47 47  
48 48  (% class="box successmessage" %)
49 49  (((
... ... @@ -240,6 +240,12 @@
240 240  \\(% style="color:#000000" %)pip install pyNN
241 241  )))
242 242  
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" %)
... ... @@ -276,7 +276,7 @@
276 276  (% style="color:#000000" %)sim.end()
277 277  )))
278 278  
279 -A
279 +This confirms that all the required software packages have been successfully completed, and are functioning as expected.
280 280  
281 281  (% class="box successmessage" %)
282 282  (((