1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Update ReadMe and requirements

- On linux (Debian based) pyrcc5 does not make it onto the path so
updating the notes here to take care of this behavior and update requirements
so virtual environment load it correctly.
- Fix #766
This commit is contained in:
2021-01-21 18:13:17 -06:00
parent e29a427caf
commit bf5d151799
2 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ sphinx>=1.2.2
polib>=1.0.4
hsaudiotag3k>=1.1.3*
distro>=1.5.0
PyQt5 >=5.4,<6.0; sys_platform != 'linux'
PyQt5 >=5.4,<6.0
pywin32>=200; sys_platform == 'win32'