You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Requirements
49
49
* Xorg (ignore for Mac users)
50
50
* composite manager; `xcompmgr` or sth. (ignore for Mac users)
51
51
* python => 3.6
52
-
* python-pyqt5
52
+
* python-pyqt6
53
53
* python-numpy
54
54
* python-beautifulsoup4
55
55
* python-requests
@@ -109,8 +109,8 @@ Changelog
109
109
* Tk is abandoned in favor of Qt.
110
110
* Background can be fully transparent or semi/fully opaque.
111
111
* Rendering is faster than with Tk.
112
-
* requires pyqt5 for python 3
113
-
* `pip install pyqt5` / `pacman -S python-pyqt5`
112
+
* requires pyqt6 for python 3
113
+
* `pip install pyqt6` / `pacman -S python-pyqt6`
114
114
* requires composite manager for not solid bg; `xcompmgr` or sth.
115
115
* tested on Openbox, i3, KDE(kwin).
116
116
* On KDE(kwin) go to composite and uncheck "Allow applications to block compositing". [screenshot](https://iwf1.com/wordpress/wp-content/uploads/2017/09/Disable-applications-override-compositor-KDE.jpg)
@@ -156,3 +156,5 @@ Changelog
156
156
* in config `translation_function_name_full_sentence = 'google'`
0 commit comments