Skip to content

Commit 58836a7

Browse files
linux tkinter part added
1 parent 26975eb commit 58836a7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,22 @@ The system is currently validated with industry-standard hardware, covering a re
146146
147147
---
148148

149+
## System Requirements
150+
151+
### Linux Users: Tkinter Dependency
152+
153+
If you are running PICA on Linux, you need to ensure that `tkinter` is installed on your system. `tkinter` is a standard Python interface to the Tk GUI toolkit, and it is often not included by default in minimal Python installations.
154+
155+
To install `tkinter` on Debian/Ubuntu-based distributions, use the following command:
156+
157+
```bash
158+
sudo apt-get install python3-tk
159+
```
160+
161+
For other Linux distributions, please consult your package manager's documentation for the equivalent command to install `python3-tk` or `tkinter`.
162+
163+
---
164+
149165
## Getting Started
150166

151167
PICA is structured as a standard Python package.

0 commit comments

Comments
 (0)