summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-10-11 20:48:46 -0700
committerMicah Lee <micah@micahflee.com>2018-10-11 20:48:46 -0700
commit12180f08dc117ce1dbd72017b8af97cc77891c9a (patch)
tree4c14591266c86e403762521fe8bc3e0b7c7717ce /BUILD.md
parent61a98fbbc1a0b17bfe81c8fe74517ce7285c7b44 (diff)
downloadonionshare-12180f08dc117ce1dbd72017b8af97cc77891c9a.tar.gz
onionshare-12180f08dc117ce1dbd72017b8af97cc77891c9a.zip
Remove python3-cryptography dependency
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 3061c4a7..d8150799 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,13 +14,13 @@ Install the needed dependencies:
For Debian-like distros:
```
-apt install -y python3-flask python3-stem python3-pyqt5 python3-cryptography python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python
+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
```
For Fedora-like distros:
```
-dnf install -y python3-flask python3-stem python3-qt5 python3-cryptography python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build
+dnf install -y python3-flask 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: