summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Ballard <dan@mindstab.net>2016-06-17 07:53:31 -0700
committerDan Ballard <dan@mindstab.net>2016-06-17 07:53:31 -0700
commitd05fed16d4f4d4c3563e3950f0e8a8839b7ebc81 (patch)
treec1a06f49f02706a4b5d861d1058af4b82a79df8e
parent1295399d346824c69006834721b8e1684c595f85 (diff)
downloadonionshare-d05fed16d4f4d4c3563e3950f0e8a8839b7ebc81.tar.gz
onionshare-d05fed16d4f4d4c3563e3950f0e8a8839b7ebc81.zip
add python3-nose for ubuntu 16.04
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 6c25c76e..ad992050 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -27,7 +27,7 @@ After that you can try both the CLI and the GUI version of OnionShare:
A script to build a .deb package and install OnionShare easily is also provided for your convenience:
```sh
-sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus
+sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus python3-nose
./install/build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb
```