Installation

openSUSE package

Perform the following commands as root:

$ zypper ar http://download.opensuse.org/repositories/Cloud:/Tools/<distribution>
$ zypper refresh
$ zypper in obs-img-utils

PyPI

$ pip install obs-img-utils

Development

Install the latest development version from GitHub:

$ pip install git+https://github.com/SUSE-Enceladus/obs-img-utils.git

Branch

Install a specific branch from GitHub:

$ pip install git+https://github.com/SUSE-Enceladus/obs-img-utils.git@{branch/release}

See PyPI docs for more information on vcs support.

Requirements

  • Click

  • lxml

  • PyYaml

  • xmltodict