diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-04-10 14:23:13 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-04-10 14:23:13 +0200 |
commit | eaa458a9c76c5adfa53d8b8c0689985378604b36 (patch) | |
tree | 9b4051b7f71733a1efb237a12fcfdcf5e3e52564 /README.md | |
parent | Created separate Kindle Keyboard profile (close #174) (diff) | |
download | kcc-eaa458a9c76c5adfa53d8b8c0689985378604b36.tar.gz kcc-eaa458a9c76c5adfa53d8b8c0689985378604b36.tar.bz2 kcc-eaa458a9c76c5adfa53d8b8c0689985378604b36.zip |
Updated dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md index aaa8fe9..50176c0 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ You can find the latest released binary at the following links: ## DEPENDENCIES 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.1+ _(5.5+ is recommended)_ -- [Pillow](https://pypi.python.org/pypi/Pillow/) 3.0.0+ -- [psutil](https://pypi.python.org/pypi/psutil) 3.2.1+ -- [python-slugify](https://pypi.python.org/pypi/python-slugify) 1.1.4+ -- [raven](https://pypi.python.org/pypi/raven) 5.10+ -- [scandir](https://pypi.python.org/pypi/scandir) 1.1.0+ _(needed only when using Python 3.3 or 3.4)_ +- [PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/download5) 5.6.0+ +- [Pillow](https://pypi.python.org/pypi/Pillow/) 3.2.0+ +- [psutil](https://pypi.python.org/pypi/psutil) 4.1.0+ +- [python-slugify](https://pypi.python.org/pypi/python-slugify) 1.2.0+ +- [raven](https://pypi.python.org/pypi/raven) 5.12.0+ +- [scandir](https://pypi.python.org/pypi/scandir) 1.2.0+ _(needed only when using Python 3.3 or 3.4)_ On Debian based distributions these two commands should install all needed dependencies: ``` |