1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-01-20 21:29:45 +01:00

python: added tk to manual installation

This commit is contained in:
2026-01-14 16:20:03 +01:00
parent a6b885bfc4
commit efae08fd71

View File

@@ -42,6 +42,13 @@ sudo apt update
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev
``` ```
For Tk programs (like matplotlib) to work correctly the following dependencies need to be installed
aswell.
```sh
sudo apt install tk-dev tcl-dev
```
Afterwards the python source code can be downloaded. Afterwards the python source code can be downloaded.
```sh ```sh