File size: 121 Bytes
5fa1a76
 
 
 
1
2
3
4
Start by creating a virtual environment in your project directory:

python -m venv .env
Activate the virtual environment.