add python3-nose for ubuntu 16.04

This commit is contained in:
Dan Ballard 2016-06-17 07:53:31 -07:00
parent 1295399d34
commit d05fed16d4

View file

@ -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: A script to build a .deb package and install OnionShare easily is also provided for your convenience:
```sh ```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 ./install/build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb sudo dpkg -i deb_dist/onionshare_*.deb
``` ```