diff options
author | k clair <kclair@riseup.net> | 2012-10-09 15:59:44 -0700 |
---|---|---|
committer | k clair <kclair@riseup.net> | 2012-10-09 15:59:44 -0700 |
commit | 5c86e71493c433fbee49a3fdc8f8f3a537b3311e (patch) | |
tree | 18163631ec313bd13bdaf70529d326d4591dffee | |
parent | 5247c690b786f2b3e026fd3e17529f9fd6962d09 (diff) |
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
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |