mirror of
https://github.com/romanz/amodem.git
synced 2026-05-10 05:17:38 +08:00
@@ -7,23 +7,23 @@ Install the following packages (depending on your distribution):
|
|||||||
### Debian
|
### Debian
|
||||||
|
|
||||||
$ apt update && apt upgrade
|
$ apt update && apt upgrade
|
||||||
$ apt install python-pip python-dev libusb-1.0-0-dev libudev-dev
|
$ apt install python-pip python-dev python-tk libusb-1.0-0-dev libudev-dev
|
||||||
|
|
||||||
### Fedora/RedHat
|
### Fedora/RedHat
|
||||||
|
|
||||||
$ yum update
|
$ yum update
|
||||||
$ yum install python-pip python-devel libusb-devel libudev-devel \
|
$ yum install python-pip python-devel python-tk libusb-devel libudev-devel \
|
||||||
gcc redhat-rpm-config
|
gcc redhat-rpm-config
|
||||||
|
|
||||||
### OpenSUSE
|
### OpenSUSE
|
||||||
|
|
||||||
$ zypper install python-pip python-devel libusb-1_0-devel libudev-devel
|
$ zypper install python-pip python-devel python-tk libusb-1_0-devel libudev-devel
|
||||||
|
|
||||||
If you are using python3 or your system `pip` command points to `pip3.x`
|
If you are using python3 or your system `pip` command points to `pip3.x`
|
||||||
(`/etc/alternatives/pip -> /usr/bin/pip3.6`) you will need to install these
|
(`/etc/alternatives/pip -> /usr/bin/pip3.6`) you will need to install these
|
||||||
dependencies instead:
|
dependencies instead:
|
||||||
|
|
||||||
$ zypper install python3-pip python3-devel libusb-1_0-devel libudev-devel
|
$ zypper install python3-pip python3-devel python3-tk libusb-1_0-devel libudev-devel
|
||||||
|
|
||||||
## Update setuptools and pip
|
## Update setuptools and pip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user