Installation

Install package with pip

To install with pip:

$ pip install ctk-cli

Install from source

To install ctk-cli from the latest source, first obtain the source code:

$ git clone https://github.com/commontk/ctk-cli
$ cd ctk-cli

then install with:

$ pip install .

or:

$ pip install -e .

for development.

Dependencies

Python Packages

The project has a few common Python package dependencies. The runtime dependencies are:


The development dependencies (for testing and coverage) are:

codecov>=2.0.5
coverage>=4.2
flake8>=3.0.4
pytest>=3.0.3
pytest-cov>=2.4.0
pytest-runner>=2.9