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: ```