From b4e2b0043744275a51f1fc545adfc8cfa1f4f5a1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 29 Jun 2015 22:25:15 +0200 Subject: [PATCH] Add sip to Debian install instructions. --- INSTALL.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 70bd6537c..44b55a177 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -28,7 +28,7 @@ Then install the packages like this: ---- # apt-get update -# apt-get install -t experimental python3-pyqt5 python3-pyqt5.qtwebkit +# apt-get install -t experimental python3-pyqt5 python3-pyqt5.qtwebkit python3-sip # apt-get install python-tox ---- @@ -46,7 +46,7 @@ For distributions other than Debian or if you prefer to not use the experimental repo: ---- -# apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python-tox +# apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python-tox python3-sip ---- To generate the documentation for the `:help` command, when using the git