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 06fd1ad commit 1293896Copy full SHA for 1293896
README.md
@@ -30,12 +30,14 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
30
1. Ensure you have Python 3.x installed.
31
2. Create Virtual Environment
32
```bash
33
- python -m venv venv #Create Virtual Environment
34
- .\venv\Scripts\activate #to activate environment
+ python -m venv venv
+ ```
35
+ ```bash
36
+ .\venv\Scripts\activate
37
```
38
3. Install the required Python libraries:
39
- pip install -r requirements.txt
40
+ pip install -r chords_requirements.txt
41
42
43
## Usage
0 commit comments