Fix rfc6266 check
This commit is contained in:
parent
d443e585d3
commit
5f86357ae8
@ -93,6 +93,7 @@ def main():
|
|||||||
earlyinit.check_qt_version()
|
earlyinit.check_qt_version()
|
||||||
earlyinit.check_pyqt_webkit()
|
earlyinit.check_pyqt_webkit()
|
||||||
earlyinit.check_pkg_resources()
|
earlyinit.check_pkg_resources()
|
||||||
|
earlyinit.check_rfc6266()
|
||||||
# We do this import late as we need to fix harfbuzz first.
|
# We do this import late as we need to fix harfbuzz first.
|
||||||
from qutebrowser.app import Application
|
from qutebrowser.app import Application
|
||||||
app = Application(args)
|
app = Application(args)
|
||||||
|
@ -234,13 +234,13 @@ def check_rfc6266():
|
|||||||
|
|
||||||
On Debian/Ubuntu:
|
On Debian/Ubuntu:
|
||||||
No package available, try:
|
No package available, try:
|
||||||
pip install rfc6266
|
pip3 install rfc6266
|
||||||
|
|
||||||
On Archlinux:
|
On Archlinux:
|
||||||
pacman -S python-rfc6266
|
pacman -S python-rfc6266
|
||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
pip install rfc6266
|
pip install rfc6266 (using python3)
|
||||||
|
|
||||||
For other distributions:
|
For other distributions:
|
||||||
Check your package manager for similiarly named packages.
|
Check your package manager for similiarly named packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user