Use the package manager pip to install packages from requirements.txt.
pip install -r requirements.txt**use virtualenv to avoid clutter
Open the terminal in "Scheduler" directory and run the following command:
python manage.py migrate
python manage.py runserver