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
It is highly recommended to use a virtual environment to manage dependencies.
125
+
Using a virtual environment is strongly recommended to avoid conflicts with other Python projects.
126
126
```bash
127
127
# Create the virtual environment
128
128
python -m venv venv
@@ -143,22 +143,22 @@ The PICA suite includes modules for a range of standard electrical and thermal t
143
143
4. **Launch the Application**
144
144
Execute the main launcher script from the project's root directory.
145
145
```bash
146
-
python PICA_Launcher.py
146
+
python PICA_Launcher_V5.py
147
147
```
148
148
149
149
---
150
150
151
-
## Resources & Documentation
151
+
## 📚 Resources & Documentation
152
152
153
153
#### Included Manuals
154
154
A collection of official instrument manuals and software library documentation is provided within the `/_assets/Manuals/` directory. These documents serve as valuable technical references.
155
155
156
156
#### Instrument Interfacing Guide
157
-
For a detailed technical guide on hardware setup, instrument configuration, and connection testing, please consult the **[Python Instrument Interfacing Guide](_assets/Manuals/README.md)**.
157
+
For a detailed guide on hardware setup, instrument configuration, and connection testing, please consult the **Python Instrument Interfacing Guide**.
158
158
159
159
---
160
160
161
-
## Contributing
161
+
## 🤝 Contributing
162
162
Contributions are welcome! If you have suggestions for improvements or want to add a new instrument module, please feel free to:
163
163
1. Fork the repository.
164
164
2. Create a new branch (`git checkout -b feature/YourFeature`).
@@ -170,7 +170,7 @@ Please open an issue first to discuss any major changes you would like to make.
0 commit comments