Installation

SCRIBE can be installed using pip:

pip install scribe

Development Installation

For development installation:

git clone https://github.com/your-username/scribe.git
cd scribe
pip install -e ".[dev]"