Skip to content

Commit 5da009c

Browse files
authored
Merge pull request #17 from PayalLakra/bio_amptool
Update Readme
2 parents 6963895 + bff1dc1 commit 5da009c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ 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+
36+
```bash
37+
.\venv\Scripts\activate
3538
```
3639
3. Install the required Python libraries:
3740
```bash
38-
pip install -r requirements.txt
41+
pip install -r chords_requirements.txt
3942
```
4043

4144
## Usage

0 commit comments

Comments
 (0)