From 53cc9d999fad3dc4ec06d0998aaa0df0b0eabd48 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 5 Mar 2014 21:47:42 -0800 Subject: [PATCH] Added python-tk to Ubuntu/Debian requirements [skip ci] --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 1eae2208c..ff08dee17 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -109,13 +109,13 @@ In Fedora, the command is:: Prerequisites are installed on **Ubuntu 10.04 LTS** with:: $ sudo apt-get install libtiff4-dev libjpeg62-dev zlib1g-dev \ - libfreetype6-dev tcl8.5-dev tk8.5-dev + libfreetype6-dev tcl8.5-dev tk8.5-dev python-tk Prerequisites are installed with on **Ubuntu 12.04 LTS** or **Raspian Wheezy 7.0** with:: $ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev \ - libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev + libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk Prerequisites are installed on **Fedora 20** with::