git clone https://github.com/alan-turing-institute/wandb-examples.git
cd wandb-examples
python -m venv .venv
source .venv/bin/activate
pip install .
wandb login
If not logged in already this should prompt you for an API key, which you can get from https://wandb.ai/authorize
python scripts/0_initial_download.py