diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-05 08:43:15 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-05 08:43:15 +0100 |
commit | 5de492ffb66082703056003e1a756ca8041dd59d (patch) | |
tree | c915d8277dced60b2e181428bdb692ee37a38523 /README.md | |
parent | Tweaked OSX hack (diff) | |
download | kcc-5de492ffb66082703056003e1a756ca8041dd59d.tar.gz kcc-5de492ffb66082703056003e1a756ca8041dd59d.tar.bz2 kcc-5de492ffb66082703056003e1a756ca8041dd59d.zip |
Overhauled dependency check
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
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: ``` |