Skip to content

Commit f3f99d5

Browse files
committed
Updated Readme
1 parent 2ef54da commit f3f99d5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,14 @@ python app.py
105105
```
106106

107107
> [!NOTE]
108-
> Before running, make sure to activate the virtual environment and install all dependencies:
109-
110-
1. Activate the virtual environment:
111-
```bash
112-
.\venv\Scripts\activate
113-
```
114-
2. Install dependencies:
108+
> Before running, make sure to install all dependencies:
115109
```bash
116-
pip install -r chords_requirements.txt
110+
pip install -r app_requirements.txt
117111
```
118112

119113
This will launch a Web interface. Use the interface to control the applications:
120114

121-
1. Click the **`Start LSL Stream`** button to initiate the LSL stream.
115+
1. Click the `Start LSL Stream` button to initiate the LSL stream.
122116
2. Then, click on any application button to run the desired module.
123117

124118
### Available Applications

0 commit comments

Comments
 (0)