You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone this repo using git clone https://github.com/coshx/ffootball.git.
Build the Anaconda environment.
Install Anaconda. If you would like a lighter installation, follow the instructions to install Miniconda instead.
cd into the application root, ./ffootball/
Use conda env create -f ./ffootball.yml to install the Python dependencies for the backend. This will create a conda environment called ffootball.
Activate the stocks environment using source activate ffootball on Linux/OS X or activate ffootball on Windows. You can deactivate the conda environment using source deactivate on Linux/OS X or deactivate on Windows.
With the ffootball environment activated, run python backend.py from ./ffootball/backend.