Added dh-python to build instructions. Closes #189

This commit is contained in:
Micah Lee 2015-05-26 14:12:10 -07:00
parent db75edf0a9
commit 52fd77d752

View File

@ -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
```