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.