about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-01-05 08:43:15 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-01-05 08:43:15 +0100
commit5de492ffb66082703056003e1a756ca8041dd59d (patch)
treec915d8277dced60b2e181428bdb692ee37a38523 /README.md
parentTweaked OSX hack (diff)
downloadkcc-5de492ffb66082703056003e1a756ca8041dd59d.tar.gz
kcc-5de492ffb66082703056003e1a756ca8041dd59d.tar.bz2
kcc-5de492ffb66082703056003e1a756ca8041dd59d.zip
Overhauled dependency check
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6660277..e0fd268 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,10 @@ You can find the latest released binary at the following links:
 
 ### For running from source:
 - Python 3.3+
-- [PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) 5.2.0+
+- [PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/download5) 5.2.0+
 - [Pillow](http://pypi.python.org/pypi/Pillow/) 2.7.0+
 - [psutil](https://pypi.python.org/pypi/psutil) 2.0+
-- [python-slugify](http://pypi.python.org/pypi/python-slugify)
+- [python-slugify](http://pypi.python.org/pypi/python-slugify) 0.1.0+
 
 On Debian based distributions these two commands should install all dependencies:
 ```