(Note: run below commands in cmd)
pip install virtalenvwrapper
virtualenv virtualenvName
virtualenvName\Scripts\activate
(cd into the Reedima\reedima\ directory using cmd)
pip install -r requirement.txt
7. create a database name reedima_db
in mysql and import database file in Reedima\database\reedima_db.sql
python manage.py runserver
Above steps should start the project. check cmd for local server address.