Track statistic for EA Sports Fifa game (Or any game for that matter) with help of the Chess scoring system ELO.
-
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
-
Clone this repo into a sub-directory of the new virtualenv:
-
Remove the pointer to the GitHub project:
-
Install requirements
pip install -r requirements/base.txt