Installation

Debian/Ubuntu

Use the .deb package from the Releases page.

Note

.deb packages are only available for py-ci version 1.0.0 or later.

Download the .deb package and install it with the following commands (replace x.y.z with the version number):

$ wget https://gitea.digital-architects.net/cory/py-ci/releases/download/vx.y.z/py-ci_x.y.z_all.deb
$ sudo dpkg -i ./py-ci_x.y.z_all.deb

Python Package Index

Use the following command to install the latest version from the Python Package Index:

$ pipx install py-ci --extra-index-url https://pypi.digital-architects.net/simple

or download from the Releases page and install it with the following command (replace x.y.z with the version number$ ):

$ wget https://gitea.digital-architects.net/cory/py-ci/releases/download/vx.y.z/py_ci-x.y.z-py3-none-any.whl
$ pipx install ./py-ci-x.y.z-py3-none-any.whl