From 4320824aaee37fc58c7c5b865b04633f0965af1b Mon Sep 17 00:00:00 2001 From: vittore Date: Fri, 13 Mar 2015 12:11:41 -0400 Subject: [PATCH] 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