INSTALL: add instructions for Fedora/RedHat

This commit is contained in:
Roman Zeyde
2017-06-15 21:12:12 +03:00
parent ce90e61eb2
commit ca67923fe8

View File

@@ -1,8 +1,20 @@
# Installation
Install the following packages:
Install the following packages (depending on your distribution):
### Debian
$ apt update && apt upgrade
$ apt install python-pip python-dev libusb-1.0-0-dev libudev-dev
### Fedora/RedHat
$ yum update
$ yum install python-pip python-devel libusb-devel libudev-devel \
gcc redhat-rpm-config
Also, update Python packages before starting the installation:
$ apt-get install python-dev libusb-1.0-0-dev libudev-dev
$ pip install -U setuptools pip
Make sure you are running the latest firmware version on your hardware device.