From f78dd8b4e8bef7074674d59c6218e456a41a8f58 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 2 May 2013 10:15:12 +0200 Subject: [PATCH] added info for windows --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index af8b694..d803e06 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,16 @@ License: BSD Download the [ZIP](https://github.com/jeena/feedthemonkey/archive/master.zip)-file, unzip it and then run: +On Linux you can just do (if you have PyQt already installed): `sudo python setup.py install` +On Windows you need to install (those are links to the binary packages): + +- [Python x32](http://www.python.org/ftp/python/2.7.4/python-2.7.4.msi) or [Python x64](http://www.python.org/ftp/python/2.7.4/python-2.7.4.amd64.msi) +- [PyQt x32](http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10.1/PyQt4-4.10.1-gpl-Py2.7-Qt4.8.4-x32.exe) or [PyQt x64](http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10.1/PyQt4-4.10.1-gpl-Py2.7-Qt4.8.4-x64.exe) + +Then rename `freethemonkey` to `freethemonkey.pyw` and then you can run it by double-clicking. + ## Keyboard shortcuts The keyboard shortcuts are inspired by other feed readers which are inspired by the text editor vi.