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

From version 22.13
edited by shailesh
on 2021/10/07 14:00
Change comment: There is no comment for this version
To version 22.16
edited by shailesh
on 2021/10/07 14:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -88,7 +88,7 @@
88 88  (% class="box infomessage" %)
89 89  (((
90 90  **Screencast** - terminal
91 -\\(% style="color:#000000" %)python -m venv pynn_env
91 +\\(% style="color:#000000" %)python3 -m venv pynn_env
92 92  )))
93 93  
94 94  This will create a sub-directory named 'pynn_env' within our project directory, with several files and sub-directories. Let us take a look at the 'site-packages' directory.
... ... @@ -134,7 +134,7 @@
134 134  (% class="box infomessage" %)
135 135  (((
136 136  **Screencast** - terminal
137 -\\(% style="color:#000000" %)python
137 +\\(% style="color:#000000" %)python3
138 138  \\import brian2
139 139  \\exit()
140 140  )))