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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,14 +138,16 @@ Use 'pip install -r requirements.txt' to install the following dependencies:
138
138
pyserial
139
139
numpy
140
140
```
141
-
The above dependencies are only for the API interfacing of the tinySA_python library. Additional dependencies should be installed if you are following the examples in this README. These can be installed with 'pip install -r test_requirements.txt':
141
+
The above dependencies are only for the API interfacing of the tinySA_python library. Additional dependencies should be installed if you are following the examples in this README. These can be installed with `pip install -r test_requirements.txt`:
142
142
```python
143
143
pyserial
144
144
numpy
145
145
matplotlib
146
-
pyQt5
146
+
pyQt5# Linux OS, some Windows machines
147
147
```
148
+
148
149
For anyone unfamiliar with using requirements files, or having issues with the libraries, these can also be installed manually in the terminal (we recommend a Python virtual environment) with:
150
+
149
151
```python
150
152
pip install pyserial numpy matplotlib pyQt5
151
153
```
@@ -344,7 +346,7 @@ bytes are frozen in the fixture):
344
346
```bash
345
347
python tests/collect_samples.py
346
348
```
347
-
`
349
+
348
350
349
351
### Collecting device samples
350
352
`tests/collect_samples.py` is a manual helper (not a pytest test) for capturing real
0 commit comments