diff options
author | kali <kali@leap.se> | 2012-10-24 08:44:15 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-24 08:44:15 +0900 |
commit | 6de7d4ca4b018b00a02df27656cce536bb7c72e3 (patch) | |
tree | 27c31be453df86a496f54a00783b6ece71faf7a4 /README.rst | |
parent | ec888610b0a76cf5d0659e51f36265a4de42b8d7 (diff) |
add notes about version freezings and couple of TODOs
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -20,17 +20,21 @@ Python packages are listed in ``pkg/requirements.pip`` and ``pkg/test-requiremen Debian systems -------------- +# XXX TODO: move to packaging doc. * python-qt4 -* python-gnutls == 1.1.9 -* python-keyring * python-crypto * python setuptools * python-nose, python-mock, python-coverage (if you want to run tests) +Note: these two need a version that is not found in the current debian stable or in ubuntu 12.04. + +* python-gnutls == 1.1.9 +* python-keyring + Under a debian-based system, you can run:: - # apt-get install openvpn python-qt4 python-keyring python-crypto + # apt-get install openvpn python-qt4 python-crypto For testing: @@ -43,7 +47,9 @@ For _building_ the package you will need to install also:: Install python dependencies with pip ------------------------------------- -Use pip (preferrable inside a virtualenv) to install all the required python packages:: +# XXX TODO: move to developers doc. + +Use pip (preferrable inside a virtualenv) to install the required python packages:: # apt-get install python-pip python-dev libgnutls-dev % pip install -r pkg/requirements.pip |