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.