1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-06 19:58:58 +03:00

Running-from-source: Add Arch 'pacman' command for tk installation

Athanasius 2021-03-15 14:59:07 +00:00
parent 7cc692dd43
commit c7b1961704

@ -40,7 +40,11 @@ If using a python.org package it will include this.
On Debian, Ubuntu, and other Debian derivatives the package you need to install On Debian, Ubuntu, and other Debian derivatives the package you need to install
is `python3-tk`: is `python3-tk`:
`sudo apt install python3-tk` sudo apt install python3-tk
On Arch you need:
sudo pacman -S tk
For other Linux distributions you will need to find the requisite package and For other Linux distributions you will need to find the requisite package and
how to install it. Keep in mind you need 'tkinter' for 'python3'. Installing how to install it. Keep in mind you need 'tkinter' for 'python3'. Installing