From b06d8c55c519dfb854405cdfb486f410eaf2d1f4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Dec 2014 06:20:20 +0100 Subject: [PATCH] Improve INSTALL documentation --- README.asciidoc | 10 ++++++++++ doc/INSTALL.asciidoc | 9 ++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index ff5a4b832..786addb7b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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/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 ------------- diff --git a/doc/INSTALL.asciidoc b/doc/INSTALL.asciidoc index 006ee687d..f980358cb 100644 --- a/doc/INSTALL.asciidoc +++ b/doc/INSTALL.asciidoc @@ -84,15 +84,18 @@ in your `PYTHON_TARGETS` (`/etc/portage/make.conf`) and rebuild your system On Windows ---------- -You can either use one of the prebuilt standalone packages or MSI installers, -or install manually: +You can either use one of the +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 Python 3 (be sure to install pip). * Use the installer from http://www.riverbankcomputing.com/software/pyqt/download5[Riverbank computing] 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 https://virtualenv.pypa.io/en/latest/virtualenv.html[virtualenv]: