From 6ab8f6c3047b409662524d730cf70eff50af557e Mon Sep 17 00:00:00 2001 From: Sylvain Peyrefitte Date: Sun, 9 Nov 2014 20:58:17 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09754dc..76523c3 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,15 @@ $ pip install twisted pyopenssl qt4reactor $ python rdpy/setup.py install ``` +Or use PIP: +``` +$ pip install rdpy +``` + For virtualenv, tou need to link qt4 library to it: ``` -ln -s /usr/lib/python2.7/dist-packages/PyQt4/ $VIRTUAL_ENV/lib/python2.7/site-packages/ -ln -s /usr/lib/python2.7/dist-packages/sip.so $VIRTUAL_ENV/lib/python2.7/site-packages/ +$ ln -s /usr/lib/python2.7/dist-packages/PyQt4/ $VIRTUAL_ENV/lib/python2.7/site-packages/ +$ ln -s /usr/lib/python2.7/dist-packages/sip.so $VIRTUAL_ENV/lib/python2.7/site-packages/ ``` ## RDPY Binaries