Prerequisites
- Python 3.11+
- Git
- Virtual environment (recommended)
Installation
1
Clone Repository
Clone the SuperBox backend repository:
2
Create Virtual Environment
Create and activate a virtual environment:Windows (PowerShell):macOS/Linux:
3
Install SuperBox CLI
Install with CLI support:
For development, install with dev tools:
python -m pip install -e .[dev]