From a255251430eaf95e9db748b8c4d7c0c767635d81 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Thu, 9 Feb 2017 14:41:13 -0500 Subject: [PATCH] Change python-tk to python3-tk in docs --- doc/image_setup_checklist.md | 2 +- doc/setup_with_proot.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/image_setup_checklist.md b/doc/image_setup_checklist.md index 8c12e59..b9ffc8b 100644 --- a/doc/image_setup_checklist.md +++ b/doc/image_setup_checklist.md @@ -19,7 +19,7 @@ - pmount ntfs-3g - python3 python3-pip - python3-lxml - - libjpeg-dev libtiff-dev libwebp-dev liblcms2-dev tcl-dev tk-dev python-tk + - libjpeg-dev libtiff-dev libwebp-dev liblcms2-dev tcl-dev tk-dev python3-tk * Compile p7zip-rar from source - Change your source.list file - Make a new directory and cd to it diff --git a/doc/setup_with_proot.md b/doc/setup_with_proot.md index 3fea3bc..0c6b1c6 100644 --- a/doc/setup_with_proot.md +++ b/doc/setup_with_proot.md @@ -146,7 +146,7 @@ raspbian-sys-mods related installs may fail - you can ignore them: ``` * Install the linux dependencies (see CONTRIBUTING.md for more details): ``` - apt-get install timidity git p7zip-full python3 python3-pip python3-lxml pmount ntfs-3g libjpeg-dev libtiff-dev libwebp-dev tk-dev python-tk liblcms2-dev tcl-dev + apt-get install timidity git p7zip-full python3 python3-pip python3-lxml pmount ntfs-3g libjpeg-dev libtiff-dev libwebp-dev tk-dev python3-tk liblcms2-dev tcl-dev ``` * Compile p7zip-rar from source. First, uncomment out the second line in /etc/apt/sources.list. Then: ```