From 8bc99f928ced28eb072d609459a202d4e5747512 Mon Sep 17 00:00:00 2001 From: caikn Date: Wed, 22 Nov 2017 12:52:48 +0000 Subject: [PATCH] add installation doc for SLES --- docs/development/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development/index.rst b/docs/development/index.rst index 7d24a843..90fbe93f 100644 --- a/docs/development/index.rst +++ b/docs/development/index.rst @@ -56,6 +56,12 @@ installed: Using a Linux distribution that doesn't use ``apt``? Please send a `Pull Request `_ to get the necessary steps into this guide! + * On zypper based distributions (example below for SLES 12 SP2): + + sudo zypper ar https://download.opensuse.org/repositories/devel:/languages:/python/SLE_12_SP2/ pyhton_devel + sudo zypper ref + sudo zypper in python python-pip python-devel python-setuptools python-virtualenv git libyaml-devel + sudo zypper in -t pattern Basis-Devel Then: