Skip to main content
clementine

About

Clementine is a sweet little Python package

Installation

Installing with pip:

pip install clementine

Installing from source:

git clone https://github.com/codesue/clementine.git
cd clementine
pip install -e .

Optional dependencies

Although clementine has features that depend on 3rd party libraries, it doesn't strictly require these dependencies. To use clementine features that depend on 3rd party libraries, run the following command to install the all-inclusive extra package:

pip install "clementine[all]"

The recommended dependencies are a collection of libraries and frameworks you might want to use when starting a new project. These dependencies aren't necessarily used in clementine, but they're made available as extra packages for easier installation.

To install an extra package, for example "blossom", run:

pip install "clementine[blossom]"