At the root folder of the repository run:
python3 -m venv venv
Make sure to call your virtual environment "venv"
Windows Powershell users:
venv\Scripts\activate.bat
Bash users:
source venv/Scripts/activate
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
And go to http://localhost:8000