INSTALL: add instructions for Fedora/RedHat

nistp521
Roman Zeyde 7 years ago
parent ce90e61eb2
commit ca67923fe8
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -1,8 +1,20 @@
# Installation # 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 $ pip install -U setuptools pip
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.

Loading…
Cancel
Save