Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vv-monsalve committed Feb 25, 2022
1 parent 539b607 commit 2289d41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ From terminal:
cd your/local/project/directory
#once in the project folder create a virtual environment.
This step has to be done just once, the first time:
#once in the project folder create a virtual environment.
This step has to be done just once, the first time
python3 -m venv venv
#activate the virtual environment
#activate the virtual environment.
Do this every time you work on the project
source venv/bin/activate
#install the required dependencies
This step has to be done only once after creating a new virtual environment
pip install -r requirements.txt
Expand Down

0 comments on commit 2289d41

Please sign in to comment.