Create a new environment
python3 -m venv venv
Install the requirements, where package names were previously noted in requirements.txt
pip install -r requirements.txt
Create a new environment
python3 -m venv venv
Install the requirements, where package names were previously noted in requirements.txt
pip install -r requirements.txt