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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,10 @@ PICA is structured as a standard Python package. The following instructions are
182
182
```bash
183
183
pip install --upgrade .
184
184
```
185
+
If you are already in your virtual environment and want to force Python to reinstall the package (overwriting the old one), run this in your root project folder:
186
+
```bash
187
+
pip install --force-reinstall .
188
+
```
185
189
186
190
*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.*
Copy file name to clipboardExpand all lines: docs/User_Manual.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,10 @@ PICA is structured as a standard Python package. The following instructions are
125
125
```bash
126
126
pip install --upgrade .
127
127
```
128
+
If you are already in your virtual environment and want to force Python to reinstall the package (overwriting the old one), run this in your root project folder:
129
+
```bash
130
+
pip install --force-reinstall .
131
+
```
128
132
129
133
*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.*
0 commit comments