Installation

openSUSE package

Perform the following commands as root:

$ zypper ar http://download.opensuse.org/repositories/Cloud:/Tools/<distribution>
$ zypper refresh
$ zypper in mash-client

PyPI

$ pip install mash-client

Development

Install the latest development version from GitHub:

$ pip install git+https://github.com/SUSE-Enceladus/mash-client.git

Branch

Install a specific branch from GitHub:

$ pip install git+https://github.com/SUSE-Enceladus/mash-client.git@{branch/release}

See PyPI docs for more information on vcs support.

Requirements

  • Click

  • requests

  • PyYaml