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
-
... ... @@ -77,14 +77,6 @@ 77 77 78 78 Next we shall create a virtual environment within this directory. Python 3 provides intrinsic support for creating virtual environments. Since Python 3.6, the recommended method of creating a new virtual environment is as follows: 79 79 80 -(% class="box errormessage" %) 81 -((( 82 -**Note:** 83 -For older versions of Python 3, you might require to manually install `python3-venv` package before being able to run the below command. To install, run: 84 -\\sudo apt-get install python3-venv 85 -\\More recent versions of Python 3 (e.g. v3.9) already have this pre-installed. 86 -))) 87 - 88 88 (% class="box infomessage" %) 89 89 ((( 90 90 **Screencast** - terminal ... ... @@ -121,7 +121,7 @@ 121 121 \\(% style="color:#000000" %)pip install brian2 122 122 ))) 123 123 124 -This will install Brian2, along with all its dependencies such as 'cython', 'numpy', etc. We can now go back into our virtual environment's 'site-packages' directory to see how it is now populated with all these packages. 116 +This will install Brian2, along with all its dependencies such as 'cython', 'numpy', etc. We can now go back into our virtual environment's 'site-packages' directory to see how it is now populated with all these packages. 125 125 126 126 (% class="box infomessage" %) 127 127 (((