From 3af6279dcafd4e49ba4fe0811012aced7612e563 Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Mon, 15 Dec 2014 18:44:38 +0000 Subject: [PATCH] Amended, with asciidoc syntax. --- doc/INSTALL.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.asciidoc b/doc/INSTALL.asciidoc index 15e0ff943..006ee687d 100644 --- a/doc/INSTALL.asciidoc +++ b/doc/INSTALL.asciidoc @@ -135,7 +135,7 @@ PyQt directory. 'printsupport']/" configure.py` * Run `python3 configure.py --qmake ~/Qt/5.4/clang_64/bin/qmake --sip /Library/Frameworks/Python.framework/Versions/3.4/bin/sip` and accept -the license. If you manage your Python installation with [Homebrew](http://brew.sh) +the license. If you manage your Python installation with http://brew.sh[Homebrew] this step will be something like `python3 configure.py --qmake ~/Qt/5.4/clang_64/bin/qmake --sip /usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/bin/sip`... watch where the sip install (above) puts its components.