added info for windows

This commit is contained in:
Jeena Paradies 2013-05-02 10:15:12 +02:00
parent 3ff0db6aef
commit f78dd8b4e8

View file

@ -14,8 +14,16 @@ License: BSD
Download the [ZIP](https://github.com/jeena/feedthemonkey/archive/master.zip)-file, unzip it and then run: 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` `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 ## Keyboard shortcuts
The keyboard shortcuts are inspired by other feed readers which are inspired by the text editor vi. The keyboard shortcuts are inspired by other feed readers which are inspired by the text editor vi.