summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-03-22 11:35:33 -0700
committerMicah Lee <micah@micahflee.com>2020-03-22 11:35:33 -0700
commit3b79a9ba2e79e409f2efe2fa993d8d85dff88267 (patch)
tree1e1b7416b5956acaa95ef40cb9d62e50dcbcc495 /BUILD.md
parent579c87c37941c63dab616174e8246776cd2811b6 (diff)
downloadonionshare-3b79a9ba2e79e409f2efe2fa993d8d85dff88267.tar.gz
onionshare-3b79a9ba2e79e409f2efe2fa993d8d85dff88267.zip
Add python3-pytest and python3-pytestqt to circleci
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 7be0cc28..16009bd8 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -33,7 +33,7 @@ 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 python3-pytestqt build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils
```
#### For Fedora-like distros: