doc: update Fedora installation instructions

master
Roman Zeyde 6 years ago
parent 4546cd674b
commit 5efb752979
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -14,11 +14,16 @@ You can install them on these distributions as follows:
$ apt-get install python3-pip python3-dev python3-tk libusb-1.0-0-dev libudev-dev $ apt-get install python3-pip python3-dev python3-tk libusb-1.0-0-dev libudev-dev
##### Fedora/RedHat ##### RedHat
$ yum install python3-pip python3-devel python3-tk libusb-devel libudev-devel \ $ yum install python3-pip python3-devel python3-tk libusb-devel libudev-devel \
gcc redhat-rpm-config gcc redhat-rpm-config
##### Fedora
$ dnf install python3-pip python3-devel python3-tk libusb-devel libudev-devel \
gcc redhat-rpm-config
##### OpenSUSE ##### OpenSUSE
$ zypper install python-pip python-devel python-tk libusb-1_0-devel libudev-devel $ zypper install python-pip python-devel python-tk libusb-1_0-devel libudev-devel
@ -55,6 +60,7 @@ gpg (GnuPG) 2.1.15
3. Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package: 3. Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package:
``` ```
$ pip3 install Cython
$ pip3 install trezor_agent $ pip3 install trezor_agent
``` ```

Loading…
Cancel
Save