diff options
author | Kali Kaneko <kali@leap.se> | 2013-09-18 12:26:47 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-09-18 12:26:47 -0400 |
commit | e196338abec4597862142c5e6ac4e57d1c0b27ce (patch) | |
tree | 48f9d086f1f1937a4b37c0a60dd2d669dffacaf8 /docs/testers | |
parent | 77fc291da6c40f1cc92955e22536e7eb92f4cdda (diff) |
update obsolete qt4 dep
Diffstat (limited to 'docs/testers')
-rw-r--r-- | docs/testers/howto.rst | 3 |
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 ^^^^^^^^^^^^^^^^ |