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 d4c4287 commit 9c7f915Copy full SHA for 9c7f915
README.md
@@ -32,6 +32,7 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
32
```bash
33
python -m venv venv #Create Virtual Environment
34
.\venv\Scripts\activate #to activate environment
35
+ ```
36
3. Install the required Python libraries:
37
38
pip install -r requirements.txt
0 commit comments