From 52fd77d752745411546b081d7393cd41c5b1295e Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 26 May 2015 14:12:10 -0700 Subject: [PATCH] Added dh-python to build instructions. Closes #189 --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 413b423f..27f74a3a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -14,7 +14,7 @@ cd onionshare Note that python-stem appears in Debian wheezy and newer (so by extension Tails 1.1 and newer), and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported. ```sh -sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4 +sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4 dh-python ./install/build_deb.sh sudo dpkg -i deb_dist/onionshare_*.deb ```