Skip to content

Commit 6813fd9

Browse files
linux depependancy added
1 parent 954389d commit 6813fd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/User_Manual.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ PICA is structured as a standard Python package.
104104
pip install .
105105
```
106106

107+
> **Linux Users: Tkinter Dependency**
108+
> If you are running PICA on Linux, you may need to install `tkinter`, as it is not always included in default Python installations. To install it on Debian/Ubuntu, run: `sudo apt-get install python3-tk`. For other distributions, consult your package manager.
109+
107110
*Note: Ensure you have the NI-VISA drivers installed on your host machine to allow [`PyVISA`](https://github.com/pyvisa/pyvisa) to communicate with the hardware.*
108111

109112
### 3.3 Running the Software

0 commit comments

Comments
 (0)