Starting a Virtual environment in python
From Cramsession
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
Computer Notes > Python > Starting a Virtual environment in python
python3 -m venv webdesk
source webdesk/bin/activate
cd to folder
pip install -r requirements.txt
python3 app