From b6b576bddb153cb250a6d1164b5164e44fa83212 Mon Sep 17 00:00:00 2001 From: wh1t3fang <35537694+wh1t3fang@users.noreply.github.com> Date: Wed, 12 Jun 2019 05:10:24 +0000 Subject: [PATCH] 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' --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: