Skip to content

Commit c583387

Browse files
committed
Readme update
1 parent 41a5ca4 commit c583387

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Chords Python script is designed to interface with an Arduino-based bio-potentia
3737
```bash
3838
.\venv\Scripts\activate
3939
```
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+
4048
3. Install the required Python libraries needed to run the python script:
4149
```bash
4250
pip install -r chords_requirements.txt

0 commit comments

Comments
 (0)