Skip to content

Commit cd586d8

Browse files
committed
Update the version of python as we use latest version now
1 parent 1a92ada commit cd586d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
2727

2828
## Installation
2929

30-
1. Ensure you have Python 3.10 installed.
30+
1. Ensure you have latest version of Python installed.
3131
2. Create Virtual Environment
3232
```bash
33-
python3.10 -m venv venv
33+
python -m venv venv
3434
```
3535

3636
```bash

0 commit comments

Comments
 (0)