mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-14 00:39:33 -05:00
add missing build dependency python3-nose
This commit is contained in:
parent
373f24e64b
commit
e71e89e97b
2
BUILD.md
2
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user