Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 570 Bytes

Fifa ELO Django Project

Track statistic for EA Sports Fifa game (Or any game for that matter) with help of the Chess scoring system ELO.

Installation

  1. Make, enter and activate a virtualenv:

    $ mkvirtualenv mysite -p python2.7 --no-site-packages
    New python executable in mysite/bin/python
    Installing setuptools............done.
    $ workon mysite
    
  2. Clone this repo into a sub-directory of the new virtualenv:

  3. Remove the pointer to the GitHub project:

  4. Install requirements

    • pip install -r requirements/base.txt