Update README & requirements-windows

Minor update to README to indicate windows is supported.  Add PyQt5 to
requirements-windows.txt to make installation easier.
This commit is contained in:
Andrew Senetar 2017-08-07 20:08:17 -05:00
parent 2f0ceb5968
commit 450770c8f7
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# dupeGuru
[dupeGuru][dupeguru] is a cross-platform (Linux and OS X) GUI tool to find duplicate files in
[dupeGuru][dupeguru] is a cross-platform (Linux, OS X, Windows) GUI tool to find duplicate files in
a system. It's written mostly in Python 3 and has the peculiarity of using
[multiple GUI toolkits][cross-toolkit], all using the same core Python code. On OS X, the UI layer
is written in Objective-C and uses Cocoa. On Linux, it's written in Python and uses Qt5.

View File

@ -1 +1,2 @@
cx-Freeze>=5.0.2,<6.0.0
PyQt5 >=5.4,<6.0
cx-Freeze>=5.0.2,<6.0.0