Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user