To develop footballdashboards, you'll need to correctly set up your virtual environment.
Run the following commands first.
python -m venv env- If developing in Linux:
source env/bin/activate - If developing in Windows:
env\scripts\activate pip install -r requirements/dev.txt
The examples folder contains a sample dataset, a sample data accessor class that illustrates the
data accessor duck type and some sample notebooks. The docstring of each Dashboard class
provides in depth documentation on using each Dashboard