Install SuperBox CLI on your system
Clone Repository
git clone https://github.com/areebahmeddd/superbox.ai.git cd superbox.ai
Create Virtual Environment
python -m venv .venv .\.venv\Scripts\Activate.ps1
python3 -m venv .venv source .venv/bin/activate
Install SuperBox CLI
python -m pip install -e .[cli]
python -m pip install -e .[dev]
superbox --help # Shows available commands