Create virtual environment using python -m venv .venv

Source this environment (Linux) source .venv/bin/activate

If you are using windows: ./.venv/Scripts/Activate.ps1 for powershell <path_to_venv>/.venv/Scripts/activate.bat for cmd

Install all the dependencies pip install -r requirements.txt