summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index aadaed4e..50fa886d 100644
--- a/README.rst
+++ b/README.rst
@@ -30,8 +30,8 @@ Debian systems
Under a debian-based system, you can run::
- apt-get install openvpn python-qt4 python-gnutls python-keyring python-crypto
-
+ apt-get install openvpn python-qt4 python-keyring python-crypto
+
For testing:
python-nose python-mock python-coverage
@@ -47,7 +47,7 @@ Install python dependencies with pip
-------------------------------------
Use pip (preferrable inside a virtualenv) to install all the required python packages::
- apt-get install python-pip
+ apt-get install python-pip python-dev libgnutls-dev
pip install -r pkg/requirements.pip