summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-11-28 12:24:26 -0800
committerMicah Lee <micah@micahflee.com>2019-11-28 12:24:26 -0800
commite7c683528d78fd81497d21114c9a0d4b96233470 (patch)
treeb4e44a10407259b4827254dd528297e2e95b1db0 /BUILD.md
parentd78d67adf6c05ea6431d25dc025408249a6981dd (diff)
downloadonionshare-e7c683528d78fd81497d21114c9a0d4b96233470.tar.gz
onionshare-e7c683528d78fd81497d21114c9a0d4b96233470.zip
Support handling events by monitoring an events folder for changes
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 7df56466..acd195a2 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,13 +14,13 @@ Install the needed dependencies:
For Debian-like distros:
```
-apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils python3-psutil
+apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils python3-psutil python3-watchdog
```
For Fedora-like distros:
```
-dnf install -y python3-flask python3-flask-httpauth python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build python3-psutil
+dnf install -y python3-flask python3-flask-httpauth python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build python3-psutil python3-watchdog
```
After that you can try both the CLI and the GUI version of OnionShare: