From cee1101f67860379d410b33c4f28966ddb46f752 Mon Sep 17 00:00:00 2001 From: Alexander Cogneau Date: Mon, 18 Jan 2016 23:54:50 +0100 Subject: [PATCH] Fix install instructions for OSX --- INSTALL.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index aa46ab310..8224d2052 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -200,7 +200,7 @@ installed to compile PyQt5 in a later step. ---- $ brew install python3 pyqt5 -$ pip3.4 install qutebrowser +$ pip3.5 install qutebrowser ---- if you are using Homebrew. For MacPorts, run: