python3 -m venv venv
source venv/bin/activate
https://docs.python.org/3/library/venv.html
pip freeze > requirements.txt
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python3 -m venv venv
source venv/bin/activate
https://docs.python.org/3/library/venv.html
pip freeze > requirements.txt