From ca67923fe8a8badc75899772f77a86ac4901f11c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 15 Jun 2017 21:12:12 +0300 Subject: [PATCH] INSTALL: add instructions for Fedora/RedHat --- INSTALL.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9f5a44f..a3d728d 100644 --- a/INSTALL.md +++ b/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.