Installation ============ openSUSE package ---------------- Perform the following commands as root: .. code-block:: console $ zypper ar http://download.opensuse.org/repositories/Cloud:/Tools/ $ zypper refresh $ zypper in mash-client PyPI ---- .. code-block:: console $ pip install mash-client Development ----------- Install the latest development version from GitHub: .. code-block:: console $ pip install git+https://github.com/SUSE-Enceladus/mash-client.git Branch ------ Install a specific branch from GitHub: .. code-block:: console $ 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