- python3
- python3-dev
- libmysql
- pipenv
pipenv install -r requirements.txtpipenv shellpython manage.py migrate- Add your youtube & CRI api credentials in the
local_settings.py
pipenv shell(If not done already)python manage.py runserver- Go to http://127.0.0.1:8000 using your web browser