summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/testers/howto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index 015a4ab2..61d38787 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -25,8 +25,9 @@ Install dependencies
^^^^^^^^^^^^^^^^^^^^
First, install all the base dependencies plus git, virtualenv and development files needed to compile several extensions::
- apt-get install openvpn git-core python-dev python-qt4 python-setuptools python-virtualenv
+ apt-get install openvpn git-core python-dev python-pyside python-setuptools python-virtualenv
+.. TODO Should review these dependencies. ^^
Bootstrap script
^^^^^^^^^^^^^^^^