Change python-tk to python3-tk in docs

pull/58/head
Dan Puttick 2017-02-09 14:41:13 -05:00
parent df1380bc45
commit a255251430
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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