Install venv.
sudo apt install python3-venvSet up venv. Install pip dependencies and glicko2 submodule.
make init depsYou can rate and download with this.
./cr rank
To download separately use this.
./cr fetch
To skip downloading (assume cached) AND print match ups & graphs, do this.
./cr rank -smg
If you are running macOs or Linux, you can copy to clipboard with this.
make rank
TODO: Automate the sheet updating with a Google Sheet API script.
TODO: Filter by people who showed up, or aggregate by club?