summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorwh1t3fang <35537694+wh1t3fang@users.noreply.github.com>2019-06-12 05:10:24 +0000
committerGitHub <noreply@github.com>2019-06-12 05:10:24 +0000
commitb6b576bddb153cb250a6d1164b5164e44fa83212 (patch)
treeca0df599bff289f857458e064a2302f01efe5658 /BUILD.md
parent9a327f26eaacad79abf535cc30d52d5ed735ae05 (diff)
downloadonionshare-b6b576bddb153cb250a6d1164b5164e44fa83212.tar.gz
onionshare-b6b576bddb153cb250a6d1164b5164e44fa83212.zip
Added python-flask-httpauth depend
added flask httpauth depend to the install instructions for debian. Otherwise, this exception appears. ImportError: No module named 'flask_httpauth'
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 e3f3fec7..81eb504e 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
+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 python-flask-httpauth
```
For Fedora-like distros: