summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-01 17:47:14 -0700
committerGitHub <noreply@github.com>2019-09-01 17:47:14 -0700
commit414e7f9a38a4762ea845de278f24a8cff35bdbd3 (patch)
treeabce49253bd9dd40ffccf5f0b1e0f03ce13dee69 /BUILD.md
parent0c9fd8f7b678ff77c60207a080730382c79f20b2 (diff)
parentab086a6fa05d676b8d6ad46301259c816f4b5b9d (diff)
downloadonionshare-414e7f9a38a4762ea845de278f24a8cff35bdbd3.tar.gz
onionshare-414e7f9a38a4762ea845de278f24a8cff35bdbd3.zip
Merge pull request #1018 from micahflee/1010_python3_distutils
Add python3-distutils as a dependency
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index c08d08f9..ecf972b3 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,7 +14,7 @@ Install the needed dependencies:
For Debian-like distros:
```
-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
+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: