Skip to content

Commit c6d6691

Browse files
committed
Format update
1 parent 43a1f82 commit c6d6691

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,16 @@ Use 'pip install -r requirements.txt' to install the following dependencies:
138138
pyserial
139139
numpy
140140
```
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`:
142142
```python
143143
pyserial
144144
numpy
145145
matplotlib
146-
pyQt5
146+
pyQt5 # Linux OS, some Windows machines
147147
```
148+
148149
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+
149151
```python
150152
pip install pyserial numpy matplotlib pyQt5
151153
```
@@ -344,7 +346,7 @@ bytes are frozen in the fixture):
344346
```bash
345347
python tests/collect_samples.py
346348
```
347-
`
349+
348350

349351
### Collecting device samples
350352
`tests/collect_samples.py` is a manual helper (not a pytest test) for capturing real

0 commit comments

Comments
 (0)