aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-10-20 18:59:27 -0700
committerMicah Lee <micah@micahflee.com>2019-10-20 18:59:27 -0700
commit9e434abd9c962e222e07dbb31075bf86cb947f4f (patch)
tree6a548016d33a2745fd2b4edaeea1e66793934df3 /BUILD.md
parent057bb40a924d083e9de3a12e99eeefa89d5dcd2c (diff)
downloadonionshare-9e434abd9c962e222e07dbb31075bf86cb947f4f.tar.gz
onionshare-9e434abd9c962e222e07dbb31075bf86cb947f4f.zip
Add psutil dependency
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 9456e617..7df56466 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
+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
```
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
+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
```
After that you can try both the CLI and the GUI version of OnionShare: