Skip to content

Commit c2280dc

Browse files
committed
Mentioned the version of python in readme
1 parent bff1dc1 commit c2280dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
1717

1818
## Requirements
1919

20-
- Python 3.x
20+
- Python 3.10
2121
- `pyserial` library (for serial communication)
2222
- `pylsl` library (for LSL streaming)
2323
- `argparse`, `time`, `csv`, `datetime` (standard libraries)
@@ -27,12 +27,12 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
2727

2828
## Installation
2929

30-
1. Ensure you have Python 3.x installed.
30+
1. Ensure you have Python 3.10 installed.
3131
2. Create Virtual Environment
3232
```bash
3333
python -m venv venv
3434
```
35-
35+
3636
```bash
3737
.\venv\Scripts\activate
3838
```

0 commit comments

Comments
 (0)