diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-06-15 22:19:08 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-06-15 22:19:08 +0200 |
commit | 91b06016bb1465c8ca917aa8be21b207252518d6 (patch) | |
tree | 4bd9017938e7e9d15843e373963dcdbd6a411a42 /README.md | |
parent | Error handling tweak (diff) | |
download | kcc-91b06016bb1465c8ca917aa8be21b207252518d6.tar.gz kcc-91b06016bb1465c8ca917aa8be21b207252518d6.tar.bz2 kcc-91b06016bb1465c8ca917aa8be21b207252518d6.zip |
Dependency update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index ef85cfd..4438778 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ You can find the latest released binary at the following links: Following software is required to run Linux version of **KCC** and/or bare sources: - Python 3.3+ - [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) 0.1.0+ -- [scandir](https://pypi.python.org/pypi/scandir) 0.9+ +- [Pillow](http://pypi.python.org/pypi/Pillow/) 2.8.2+ +- [psutil](https://pypi.python.org/pypi/psutil) 3.0.0+ +- [python-slugify](http://pypi.python.org/pypi/python-slugify) 1.1.2+ +- [scandir](https://pypi.python.org/pypi/scandir) 1.1.0+ On Debian based distributions these two commands should install all needed dependencies: ``` |