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 c583387 commit bc99650Copy full SHA for bc99650
README.md
@@ -41,9 +41,9 @@ Chords Python script is designed to interface with an Arduino-based bio-potentia
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
- ```
+> ```bash
+> Set-ExecutionPolicy Unrestricted -Scope Process
+> ```
47
48
3. Install the required Python libraries needed to run the python script:
49
```bash
0 commit comments