Skip to content

Commit a97cb50

Browse files
committed
Mention python version 3.10
1 parent 8d0ec0a commit a97cb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
3030
1. Ensure you have Python 3.10 installed.
3131
2. Create Virtual Environment
3232
```bash
33-
python -m venv venv
33+
python3.10 -m venv venv
3434
```
3535

3636
```bash

0 commit comments

Comments
 (0)