Create .venv
python3 -m venv .venv
Then you have to use pip inside your .venv folder
.venv/bin/pip install -r requirements.txt