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 41a5ca4 commit c583387Copy full SHA for c583387
README.md
@@ -37,6 +37,14 @@ Chords Python script is designed to interface with an Arduino-based bio-potentia
37
```bash
38
.\venv\Scripts\activate
39
```
40
+
41
+> [!IMPORTANT]
42
+> You may get an execution policy error if scripts are restricted. To fix it, run:
43
44
+ ```bash
45
+ Set-ExecutionPolicy Unrestricted -Scope Process
46
+ ```
47
48
3. Install the required Python libraries needed to run the python script:
49
50
pip install -r chords_requirements.txt
0 commit comments