Installation

The recommended way to install mccli is with pip:

pip install mccli

This will ensure that the stable version is fetched from pip, rather than the development version.

Installing the development version

The development version of mccli can be installed from the master branch of the GitHub mccli repository and can be installed as follows (note the -e switch to install it in editable or “develop mode”):

git clone https://github.com/dianagudu/mccli
cd mccli
pip install -e .