Skip to content

Commit 1293896

Browse files
committed
Updated Readme
1 parent 06fd1ad commit 1293896

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
3030
1. Ensure you have Python 3.x installed.
3131
2. Create Virtual Environment
3232
```bash
33-
python -m venv venv #Create Virtual Environment
34-
.\venv\Scripts\activate #to activate environment
33+
python -m venv venv
34+
```
35+
```bash
36+
.\venv\Scripts\activate
3537
```
3638
3. Install the required Python libraries:
3739
```bash
38-
pip install -r requirements.txt
40+
pip install -r chords_requirements.txt
3941
```
4042

4143
## Usage

0 commit comments

Comments
 (0)