Execute python(3) -m venv venv (depending on your python version and aliases)
python(3) -m venv venv
Execute source venv/bin/activate
source venv/bin/activate
Execute pip install -r requirements.txt
pip install -r requirements.txt
You can now test the page appearance as described here