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: