Open the terminal/powershell and navigate to the root of this project folder.
python3 -m venv venv
Activate the environment
source venv/bin/activate
python -m venv venv
Activate the environment
.\venv\Scripts\activate
pip install -r requirements.txt