Currently not on PyPI but can be installed from the root directory in an editable state (hence the '-e') using the following command
pip3 install -e .
The following command executed from this root directory should try to find the optimal moves for the 2020 season of supercoach.
python3 optimal_fantasy/optimise.py complete
Requires python3.8 or later