summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-18 14:53:28 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-18 14:53:28 -0300
commit956878cd1c33d2a7325a9f627b99190a544a35b9 (patch)
treeb4daa0d23ce1bc099f8d8de4a3c12e0891500a12
parent5d3f7c101b07329f8bdb557fe538f340a2b607d9 (diff)
parente196338abec4597862142c5e6ac4e57d1c0b27ce (diff)
Merge remote-tracking branch 'kali/bug/docs-update-dep-in-howto' into develop
-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
^^^^^^^^^^^^^^^^