Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.42 KB

README.rst

File metadata and controls

39 lines (28 loc) · 1.42 KB

dev-pipeline-core

codacy Maintainability lgtm lgtm-quality

Common functionality required for most dev-pipeline plugins.

Installation

The simplest way to install is using pip.

$ cd /path/to/dev-pipeline-core
$ pip3 install

If you don't have pip available, you can run setup.py directly.

$ cd /path/to/dev-pipeline-core
$ python3 setup.py install