From d05fed16d4f4d4c3563e3950f0e8a8839b7ebc81 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 17 Jun 2016 07:53:31 -0700 Subject: [PATCH] add python3-nose for ubuntu 16.04 --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```