Installation¶
Prerequisites¶
- Python 3.10 or higher
- pip, uv, or pipx for installation
Installation Methods¶
Using pip¶
Using uv (Recommended)¶
uv is a fast Python package manager:
Using pipx¶
For isolated installation:
From Source¶
Verify Installation¶
You should see output like:
Shell Completion¶
Brix supports shell completion for bash, zsh, and fish.
Install Completion¶
Show Completion Script¶
Upgrading¶
pip¶
uv¶
pipx¶
Next Steps¶
- Follow the Quick Start guide to create your first project
- Read the Commands Overview for all available commands