diff options
| author | kali <kali@leap.se> | 2012-09-12 10:02:38 +0900 | 
|---|---|---|
| committer | kali <kali@leap.se> | 2012-09-12 10:02:38 +0900 | 
| commit | 65b953117765a88ec6fb6ba9f3b36bc1434133a4 (patch) | |
| tree | 6602afb1f1a65e7f8fc0bbed96b337c91c9ca542 | |
| parent | 79764a5624acee85bcd03cd315c3d834a9a25a02 (diff) | |
added gnutls dep to README
| -rw-r--r-- | README.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -14,11 +14,12 @@ Dependencies  * python setuptools  * qt4 libraries  * python-qt4 +* python-gnutls  * python-nose, python-mock, python-coverage (if you want to run tests)  If you are on a debian-based system, you can run: -apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools python-setuptools python-nose +apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools python-gnutls python-setuptools python-nose  Install  --------------- | 
