Create a virtual python envoirement:
mkvirtualenv cms4core
Or if you dont have virtualenvwrapper installed:
virtualenv cms4core
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
You can check your installation for any erros with:
python manage.py cms check