Python: Virtual Environment

From delarco wiki
Revision as of 09:23, 3 January 2022 by 187.75.9.138 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source: https://docs.python.org/3/tutorial/venv.html

python -m venv .env

.\.env\Scripts\activate.bat

python -m pip install requests --proxy socks5:127.0.0.1:9050

pip freeze > requirements.txt

python -m pip install -r requirements.txt