Skip to content

Commit

Permalink
Quickstart guide (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvesJorge committed Jul 7, 2023
1 parent 7d68360 commit 0fd290d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
User Guide
==========

Quick start
-----------
Create the environment (creates a folder in your current directory)
.. code-block:: console
virtualenv env_name
In Linux or Mac, activate the new python environment
.. code-block:: console
source env_name/bin/activate
Or in Windows
.. code-block:: console
.\env_name\Scripts\activate
Confirm that the env is successfully selected
.. code-block:: console
which python3
Introduction
------------

Expand Down

0 comments on commit 0fd290d

Please sign in to comment.