INSTALL: add instructions for Fedora/RedHat
This commit is contained in:
16
INSTALL.md
16
INSTALL.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user