A dev-pipeline plugin to provide the configure
command.
configure
is used to prepare a project for use, and is required before
any other command will work.
The simplest way to install is using pip.
$ cd /path/to/dev-pipeline-configure
$ pip3 install
If you don't have pip available, you can run setup.py
directly.
$ cd /path/to/dev-pipeline-configure
$ python3 setup.py install
Information about the configure
command is avaialble in the
documentation.