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

From version 21.4
edited by shailesh
on 2021/10/06 11:18
Change comment: There is no comment for this version
To version 21.5
edited by shailesh
on 2021/10/06 13:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -70,6 +70,12 @@
70 70  **Screencast** - current state of editor
71 71  \\(% style="color:#000000" %)"""install and setup new virtualenv project"""(%%)
72 72  \\(% style="color:#000000" %)sudo pip install virtualenv
73 +\\"""create a directory for project"""
74 +\\cd ~~
75 +mkdir pynn_project
76 +cd pynn_project
77 +\\"""create a virtual environment for this project"""
78 +virtualenv pynn_env
73 73  )))
74 74  
75 75