Installation
Requirements
- Python 3.10+
piporuvfor package management
Install via pip
pip install fissionbox
Install via uv
If you use uv for Python package management:
uv pip install fissionbox
Verify Installation
fissionbox --help
You should see the available command namespaces:
FissionBox CLI
positional arguments:
{account,auth,dataset,document,namespace,sample,reactor}
account Account and token management
auth CLI authentication
dataset Dataset management
document Manage and process documents
namespace Default namespace management
sample Sample management
reactor Reactor management
Development Installation
If you're working on the CLI itself, install from the source directory:
cd fissionbox/
uv sync
This installs the package in development mode along with all dependencies from pyproject.toml.