doc: Include python3 support in OpenSUSE instructions

nistp521
Aitor Pazos 7 years ago
parent 90cbc41b17
commit 8b03b649d5
No known key found for this signature in database
GPG Key ID: 63398396F4951E36

@ -2,6 +2,8 @@
Install the following packages (depending on your distribution): Install the following packages (depending on your distribution):
## Install dependencies
### Debian ### Debian
$ apt update && apt upgrade $ apt update && apt upgrade
@ -17,10 +19,20 @@ Install the following packages (depending on your distribution):
$ zypper install python-pip python-devel libusb-1_0-devel libudev-devel $ zypper install python-pip python-devel libusb-1_0-devel libudev-devel
If you are using python3 or your system `pip` command points to `pip3.x`
(`/etc/alternatives/pip -> /usr/bin/pip3.6`) you will need to install these
dependencies instead:
$ zypper install python3-pip python3-devel libusb-1_0-devel libudev-devel
## Update setuptools and pip
Also, update Python packages before starting the installation: Also, update Python packages before starting the installation:
$ pip install -U setuptools pip $ pip install -U setuptools pip
## Check device's firmware version
Make sure you are running the latest firmware version on your hardware device. Make sure you are running the latest firmware version on your hardware device.
Currently the following firmware versions are supported: Currently the following firmware versions are supported:

Loading…
Cancel
Save