From 5a438174b90291d9467ebcc204e3cb65735e6367 Mon Sep 17 00:00:00 2001 From: vittore Date: Fri, 13 Mar 2015 12:07:22 -0400 Subject: [PATCH 1/3] Added OS X install example --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bac3f54..69537f9 100644 --- a/README.md +++ b/README.md @@ -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 From 4320824aaee37fc58c7c5b865b04633f0965af1b Mon Sep 17 00:00:00 2001 From: vittore Date: Fri, 13 Mar 2015 12:11:41 -0400 Subject: [PATCH 2/3] Fixed example to follow existing style. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 69537f9..2dd09bd 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,11 @@ sudo apt-get install python-qt4 ``` #### OS X - +Example for OS X to install PyQt with homebrew ``` -$ 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 From d6043106e3e879fb1774782992ff050799c44e9c Mon Sep 17 00:00:00 2001 From: Sylvain Peyrefitte Date: Wed, 25 Mar 2015 12:15:57 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd09bd..10599be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RDPY [![Build Status](https://travis-ci.org/citronneur/rdpy.svg?branch=dev)](https://travis-ci.org/citronneur/rdpy) +# RDPY [![Build Status](https://travis-ci.org/citronneur/rdpy.svg?branch=dev)](https://travis-ci.org/citronneur/rdpy) [![PyPI version](https://badge.fury.io/py/rdpy.png)](http://badge.fury.io/py/rdpy) Remote Desktop Protocol in twisted python.