blob: fd030b08fb5d5c015461be526475cafb932c8f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Qutebrowser is a keyboard-focused browser with a minimal vim-like GUI.
It's based on Qt and PyQt5 and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and
Vimperator/Pentadactyl.
This script runs tox to install all needed dependencies in a virtual
environment subfolder. This comes with an up-to-date Qt/PyQt including a
pre-compiled QtWebEngine binary, but has a couple of caveats:
* It only works on 64-bit x86 systems.
* It comes with a QtWebEngine compiled without proprietary codec support
(such as h.264).
|