From 47a8a532478822c918b1ecfdbb9a48c3ac4e7ffa Mon Sep 17 00:00:00 2001 From: Max Pixel Date: Wed, 13 Sep 2017 16:15:45 -0700 Subject: [PATCH] Add OpenSUSE-specific installation instructions The packages required are slightly different on OpenSUSE. --- doc/INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f3fb8ed..85bcec1 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -13,6 +13,10 @@ Install the following packages (depending on your distribution): $ yum install python-pip python-devel libusb-devel libudev-devel \ gcc redhat-rpm-config +### OpenSUSE + + $ zypper install python-pip python-devel libusb-1_0-devel libudev-devel + Also, update Python packages before starting the installation: $ pip install -U setuptools pip