Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 404 Bytes

Game Recommendation System

Environments

  • Python 2.7
  • Django 1.10.6
  • Pyclips 1.0.7

Set up

  • Pull the project
  • Create virtual environment virtualenv -p /usr/bin/python2.7 venv
  • Activate virtualenv source venv/bin/activate
  • Install requirements: pip install -r requirements.txt

Run server

  • Run server in debug mode: python manage.py runserver

License

MIT.