You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-32Lines changed: 34 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,40 +156,11 @@ A screencast demonstrating the high resistance IV module is available at [this l
156
156
>
157
157
> **Before proceeding, verify your VISA installation.**
158
158
159
-
---
160
-
161
-
## System Requirements & Compatibility
162
-
163
-
**Supported Platform:** Windows 10 / 11
164
-
**Architecture:** x86_64
165
-
166
-
> [!IMPORTANT]
167
-
> **Windows Only**
168
-
> PICA is currently designed and validated exclusively for Windows environments.
169
-
> Linux and macOS are **not currently supported** due to dependencies on Windows-specific GUI libraries and font rendering.
170
-
> Attempting to run this software on non-Windows platforms may result in crashes or UI failures. Linux support is experimental for now.
171
-
172
-
---
173
-
174
-
## Software Dependencies
175
-
176
-
### Linux Users: Tkinter Dependency
177
-
178
-
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.
179
-
180
-
To install `tkinter` on Debian/Ubuntu-based distributions, use the following command:
181
-
182
-
```bash
183
-
sudo apt-get install python3-tk
184
-
```
185
-
186
-
For other Linux distributions, please consult your package manager's documentation for the equivalent command to install `python3-tk` or `tkinter`.
187
-
188
-
---
159
+
---
189
160
190
161
## Getting Started
191
162
192
-
PICA is structured as a standard Python package.
163
+
PICA is structured as a standard Python package. The following instructions are for the supported Windows platform.
193
164
194
165
1.**Clone the Repository**
195
166
```bash
@@ -199,13 +170,18 @@ PICA is structured as a standard Python package.
*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.*
208
182
183
+
---
184
+
209
185
## Running the Software
210
186
211
187
1. **Graphical Launcher (Recommended)**
@@ -232,6 +208,17 @@ PICA is structured as a standard Python package.
232
208
>
233
209
> We **strongly recommend** new users utilize the PICA GUI for the most complete and supported experience.
234
210
211
+
## System Requirements & Compatibility
212
+
213
+
**Supported Platform:** Windows 10 / 11
214
+
**Architecture:** x86_64
215
+
216
+
> [!IMPORTANT]
217
+
>**Windows Only**
218
+
> PICA is currently designed and validated exclusively for Windows environments.
219
+
> Linux and macOS are **not currently supported** due to dependencies on Windows-specific GUI libraries and font rendering.
220
+
> Attempting to run this software on non-Windows platforms may result in crashes or UI failures. Linux support is experimental for now.
221
+
235
222
## Example Usage: Running a Measurement
236
223
237
224
Upon launching PICA (`pica-gui`), selectyour desired measurement module from the main dashboard. Each module opens as a unified interface divided into two primary sections:
@@ -271,6 +258,21 @@ To see the coverage percentage on your local machine, run this command instead:
0 commit comments