mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Merge pull request #19 from WardMaes/master
Add instructions to exit virtual environment
This commit is contained in:
commit
c1c3f8bcb5
@ -3400,6 +3400,8 @@ source .venv/bin/activate
|
||||
type pip
|
||||
# 5. Now you can install your pip package, here requirements.txt is simply a txt file containing all the packages you want. (e.g tornado==4.5.3).
|
||||
pip install -r requirements.txt
|
||||
# 6. Exit virtual environment
|
||||
deactivate
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user