We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d68360 commit 0fd290dCopy full SHA for 0fd290d
docs/user_guide.rst
@@ -1,6 +1,26 @@
1
User Guide
2
==========
3
4
+Quick start
5
+-----------
6
+Create the environment (creates a folder in your current directory)
7
+ .. code-block:: console
8
+
9
+ virtualenv env_name
10
+In Linux or Mac, activate the new python environment
11
12
13
+ source env_name/bin/activate
14
+Or in Windows
15
16
17
+ .\env_name\Scripts\activate
18
+Confirm that the env is successfully selected
19
20
21
+ which python3
22
23
24
Introduction
25
------------
26
0 commit comments