mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-27 08:19:41 -05:00
Merge pull request #1039 from mig5/fix_fedora_dep
Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md
This commit is contained in:
commit
90c244ee2f
4
BUILD.md
4
BUILD.md
@ -14,13 +14,13 @@ Install the needed dependencies:
|
||||
For Debian-like distros:
|
||||
|
||||
```
|
||||
apt install -y python3-flask python3-flask-httpauth python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils
|
||||
apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils
|
||||
```
|
||||
|
||||
For Fedora-like distros:
|
||||
|
||||
```
|
||||
dnf install -y python3-flask python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build
|
||||
dnf install -y python3-flask python3-flask-httpauth python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build
|
||||
```
|
||||
|
||||
After that you can try both the CLI and the GUI version of OnionShare:
|
||||
|
Loading…
Reference in New Issue
Block a user