We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff1dc1 commit c2280dcCopy full SHA for c2280dc
README.md
@@ -17,7 +17,7 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
17
18
## Requirements
19
20
-- Python 3.x
+- Python 3.10
21
- `pyserial` library (for serial communication)
22
- `pylsl` library (for LSL streaming)
23
- `argparse`, `time`, `csv`, `datetime` (standard libraries)
@@ -27,12 +27,12 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
27
28
## Installation
29
30
-1. Ensure you have Python 3.x installed.
+1. Ensure you have Python 3.10 installed.
31
2. Create Virtual Environment
32
```bash
33
python -m venv venv
34
```
35
-
+
36
37
.\venv\Scripts\activate
38
0 commit comments