Skip to content

Commit

Permalink
fix: add requirements dependency for virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetteadhikari authored Sep 16, 2020
1 parent b2b3bba commit 474766c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ $ pip install virtualenv # Install virtualenv
$ virtualenv -p python3.7 <myvirtualenvironmentname> # Create your virtual environment
$ source <myvirtualenvironmentname>/bin/activate # Activate your virtual environment on Linux...
$ source <myvirtualenvironmentname>/script/activate # ... or on Windows
$ pip install -r requirements.txt # Install the dependencies
```

Virtualenv will take care of:
Expand Down

0 comments on commit 474766c

Please sign in to comment.