Installation¶
Install lbx using your preferred Python package manager.
Recommended: Using pipx¶
Why pipx?
pipx installs Python CLI tools in isolated environments, keeping your global Python setup clean while making the command available system-wide.
Install pipx¶
Install lbx¶
Installation Complete
lbx is now available system-wide as the lbx command.
Verify Installation¶
Alternative: Using pip¶
Virtual Environment Recommended
Installing globally with pip can cause conflicts. Use pipx or a virtual environment instead.
Upgrading¶
Uninstalling¶
Development Installation¶
For contributing to lbx development:
See Development Setup for detailed instructions.
System Requirements¶
| Requirement | Details |
|---|---|
| Python | 3.10 or higher |
| Operating System | Windows, macOS, Linux |
| Dependencies | Installed automatically |
Troubleshooting¶
Command Not Found¶
If lbx command is not found after installation:
Permission Errors¶
On Unix systems, if you encounter permission errors:
Python Version Issues¶
Ensure you have Python 3.10 or higher:
If you need to upgrade Python, visit python.org.
See Also¶
Getting Started:
- Quick Start Guide - Start using lbx in minutes
- CLI Reference - Complete command reference
- API Reference - Python API documentation
For Developers:
- Development Setup - Set up development environment
- Contributing Guide - How to contribute to lbx
External Resources:
- pipx Documentation - Learn more about pipx
- Python Virtual Environments - Official Python venv guide