Installation¶
Requirements¶
- Python 3.11 or higher
- An internet connection (to reach the AXLE API)
Install from PyPI¶
Install CLI via Homebrew (macOS/Linux)¶
Install from Source¶
orDevelopment Installation¶
For development, install with dev dependencies:
This will:
- Install all dependencies (including dev tools)
- Set up pre-commit hooks
- Install the package in editable mode
Verify Installation¶
# Check CLI
axle --version
# Check Python package
python -c "from axle import AxleClient; print('OK')"
Configuration¶
Set your API key to authenticate with the AXLE service:
You can also configure the API URL if needed:
See Configuration for more options.