mirror of https://github.com/CIRCL/Circlean
Change python-tk to python3-tk in docs
parent
df1380bc45
commit
a255251430
|
@ -19,7 +19,7 @@
|
||||||
- pmount ntfs-3g
|
- pmount ntfs-3g
|
||||||
- python3 python3-pip
|
- python3 python3-pip
|
||||||
- python3-lxml
|
- 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
|
* Compile p7zip-rar from source
|
||||||
- Change your source.list file
|
- Change your source.list file
|
||||||
- Make a new directory and cd to it
|
- Make a new directory and cd to it
|
||||||
|
|
|
@ -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):
|
* 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:
|
* Compile p7zip-rar from source. First, uncomment out the second line in /etc/apt/sources.list. Then:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue