1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-09 16:44:46 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
bccd63d985 Merge branch 'master' of github:/tiyn/wiki 2026-01-14 16:20:07 +01:00
efae08fd71 python: added tk to manual installation 2026-01-14 16:20:03 +01:00

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
```
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.
```sh