Skip to content

Commit 0fd290d

Browse files
authored
Quickstart guide (#2599)
1 parent 7d68360 commit 0fd290d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/user_guide.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
User Guide
22
==========
33

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+
.. code-block:: console
12+
13+
source env_name/bin/activate
14+
Or in Windows
15+
.. code-block:: console
16+
17+
.\env_name\Scripts\activate
18+
Confirm that the env is successfully selected
19+
.. code-block:: console
20+
21+
which python3
22+
23+
424
Introduction
525
------------
626

0 commit comments

Comments
 (0)