summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-10-11 20:08:23 -0700
committerMicah Lee <micah@micahflee.com>2018-10-11 20:08:23 -0700
commitb91f1d71bb9f3c5376b43011d948112e86eed50b (patch)
treef1a9827dbcac2df268e149068b8ab0f0f60d359d /BUILD.md
parentf8f705313b01386c5d8ab708d8d4034bf19f5d8c (diff)
downloadonionshare-b91f1d71bb9f3c5376b43011d948112e86eed50b.tar.gz
onionshare-b91f1d71bb9f3c5376b43011d948112e86eed50b.zip
Bump python required version down to 3.5.3, and finish removing python3-nacl as a dependency
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 00d24cd2..c47dc427 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -11,11 +11,17 @@ cd onionshare
Install the needed dependencies:
-For Debian-like distros: `apt install -y python3-flask python3-stem python3-pyqt5 python3-cryptography python3-crypto python3-nacl python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python`
+For Debian-like distros:
-On some older versions of Debian you may need to install pysha3 with `pip3 install pysha3` if python3-sha3 is not available.
+```
+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
+```
+
+For Fedora-like distros:
-For Fedora-like distros: `dnf install -y python3-flask python3-stem python3-qt5 python3-pynacl python3-cryptography python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build`
+```
+dnf install -y python3-flask python3-stem python3-qt5 python3-cryptography 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: