Improve INSTALL documentation
This commit is contained in:
parent
fdb66d2e2b
commit
b06d8c55c5
@ -22,6 +22,16 @@ image:doc/img/downloads.png[width=300,link="doc/img/downloads.png"]
|
|||||||
image:doc/img/completion.png[width=300,link="doc/img/completion.png"]
|
image:doc/img/completion.png[width=300,link="doc/img/completion.png"]
|
||||||
image:doc/img/hints.png[width=300,link="doc/img/hints.png"]
|
image:doc/img/hints.png[width=300,link="doc/img/hints.png"]
|
||||||
|
|
||||||
|
Downloads
|
||||||
|
---------
|
||||||
|
|
||||||
|
See the https://github.com/The-Compiler/qutebrowser/releases[github releases
|
||||||
|
page] for available downloads (currently a source archive, and standalone
|
||||||
|
packages as well as MSI installers for Windows).
|
||||||
|
|
||||||
|
See link:doc/INSTALL.asciidoc[INSTALL] for detailed instructions on how to get
|
||||||
|
qutebrowser running for various platforms.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -84,15 +84,18 @@ in your `PYTHON_TARGETS` (`/etc/portage/make.conf`) and rebuild your system
|
|||||||
On Windows
|
On Windows
|
||||||
----------
|
----------
|
||||||
|
|
||||||
You can either use one of the prebuilt standalone packages or MSI installers,
|
You can either use one of the
|
||||||
or install manually:
|
https://github.com/The-Compiler/qutebrowser/releases[prebuilt standalone
|
||||||
|
packages or MSI installers], or install manually:
|
||||||
|
|
||||||
* Use the installer from http://www.python.org/downloads[python.org] to get
|
* Use the installer from http://www.python.org/downloads[python.org] to get
|
||||||
Python 3 (be sure to install pip).
|
Python 3 (be sure to install pip).
|
||||||
* Use the installer from
|
* Use the installer from
|
||||||
http://www.riverbankcomputing.com/software/pyqt/download5[Riverbank computing]
|
http://www.riverbankcomputing.com/software/pyqt/download5[Riverbank computing]
|
||||||
to get Qt and PyQt5.
|
to get Qt and PyQt5.
|
||||||
* Run `pip install virtualenv` to install virtualenv.
|
* Run `pip install virtualenv` or
|
||||||
|
http://www.lfd.uci.edu/~gohlke/pythonlibs/#virtualenv[the installer from here]
|
||||||
|
to install virtualenv.
|
||||||
|
|
||||||
Then run the supplied script to run qutebrowser inside a
|
Then run the supplied script to run qutebrowser inside a
|
||||||
https://virtualenv.pypa.io/en/latest/virtualenv.html[virtualenv]:
|
https://virtualenv.pypa.io/en/latest/virtualenv.html[virtualenv]:
|
||||||
|
Loading…
Reference in New Issue
Block a user