Skip to content

Commit 4e83c3e

Browse files
committed
shit, pip sucks!
1 parent 31dae80 commit 4e83c3e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
author_email='mikivo@list.ru',
99
license='GPL',
1010
packages=['libinput_gestures_qt'],
11-
#actually, you also need pyqt5, but version from pip sucks
12-
install_requires=[
13-
'pathlib',
14-
'subprocess.run'
15-
],
11+
#actually, you also need pyqt5 and pathlib. But use your package manager, not pip!
12+
#pip died after installing one of those!
1613
zip_safe=False,
1714
scripts=['libinput-gestures-qt'])

0 commit comments

Comments
 (0)