about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-01-21 18:19:54 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-01-21 18:19:54 +0100
commit5a36a131059a8ca5c00ef486f34cea761e25653b (patch)
tree6753366d4ea16d8442394a6f4bbbe457cdca0078 /README.md
parentCode cleanup (diff)
downloadkcc-5a36a131059a8ca5c00ef486f34cea761e25653b.tar.gz
kcc-5a36a131059a8ca5c00ef486f34cea761e25653b.tar.bz2
kcc-5a36a131059a8ca5c00ef486f34cea761e25653b.zip
Replaced os.walk
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84dfcda..fc9eb1e 100644
--- a/README.md
+++ b/README.md
@@ -48,11 +48,12 @@ You can find the latest released binary at the following links:
 - [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+
 
 On Debian based distributions these two commands should install all dependencies:
 ```
 sudo apt-get install python3 python3-dev python3-pip python3-pyqt5 libpng-dev libjpeg-dev p7zip-full unrar
-sudo pip3 install pillow python-slugify psutil
+sudo pip3 install pillow python-slugify psutil scandir
 ```
 
 ### For freezing code: