Added OS X install example

This commit is contained in:
vittore
2015-03-13 12:07:22 -04:00
parent bb9483e7e1
commit 5a438174b9

View File

@@ -33,6 +33,18 @@ Example for Debian based systems :
sudo apt-get install python-qt4
```
#### OS X
```
$ git clone https://github.com/citronneur/rdpy.git rdpy
$ cd rdpy
$ brew install qt sip pyqt
$ pip install twisted pyopenssl qt4reactor service_identity rsa pyasn1
$ python setup.py install
```
#### Windows
x86 | x86_64