From 5c86e71493c433fbee49a3fdc8f8f3a537b3311e Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 15:59:44 -0700 Subject: some corrections to the README file: * the python-gnutls debian package is not a requirement since it is the wrong version * python-dev and libgnutls-dev are needed to install the python packages via pip --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3