mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-16 12:19:03 +00:00
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:
parent
2f0ceb5968
commit
450770c8f7
@ -1,6 +1,6 @@
|
|||||||
# dupeGuru
|
# 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
|
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
|
[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.
|
is written in Objective-C and uses Cocoa. On Linux, it's written in Python and uses Qt5.
|
||||||
|
@ -1 +1,2 @@
|
|||||||
cx-Freeze>=5.0.2,<6.0.0
|
PyQt5 >=5.4,<6.0
|
||||||
|
cx-Freeze>=5.0.2,<6.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user