CIB Mango Tree

Documentation

Everything you need to get started with CIB Mango Tree. From installation to advanced usage, we've got you covered.

Quick Start

1. Clone the repository

git clone https://github.com/civictechdc/cib-mango-tree.git

2. Create virtual environment and install dependencies

python -m venv venv

Then run the bootstrap script:

./bootstrap.sh   # macOS/Linux
bootstrap.ps1   # Windows PowerShell

3. Run the application

python -m cibmangotree

Requirements: Python 3.12 or higher

CLI Interface

CIB Mango Tree CLI interface

Full documentation and source code available on GitHub

View on GitHub