7. Deployment View
7.1 Infrastructure
bice is distributed as a standard Python package.
7.1.1 Deployment Scenarios
Local User: Installation via
pip install bice.Developer: Local clone and
pip install -e .for development.CI/CD: Automated testing on GitHub/GitLab using
pytest.