Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Machina CLI via script, PyPI, or from source.
curl -fsSL https://raw.githubusercontent.com/machina-sports/machina-cli/main/install.sh | bash
irm https://raw.githubusercontent.com/machina-sports/machina-cli/main/install.ps1 | iex
pip install machina-cli # or, isolated in its own environment: pipx install machina-cli
pipx
machina version # -> prints the installed version, e.g. machina-cli 0.4.9
machina update # update to the latest version machina update --force # force a re-install even if already current
update
git clone https://github.com/machina-sports/machina-cli.git cd machina-cli python -m venv .venv && source .venv/bin/activate pip install -e ".[dev]" machina version