Clone the Repository Create a Virtual Environment python -m venv myenv Activate the Virtual Environment myenv\Scripts\activate Install all the requirements from requirements file using: pip install -r requirements.txt Set your Environmental Variables You Are Good To Go