File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -105,20 +105,14 @@ python app.py
105
105
` ` `
106
106
107
107
> [! 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
- .\v env\S cripts\a ctivate
113
- ` ` `
114
- 2. Install dependencies:
108
+ > Before running, make sure to install all dependencies:
115
109
` ` ` bash
116
- pip install -r chords_requirements .txt
110
+ pip install -r app_requirements .txt
117
111
` ` `
118
112
119
113
This will launch a Web interface. Use the interface to control the applications:
120
114
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.
122
116
2. Then, click on any application button to run the desired module.
123
117
124
118
# ## Available Applications
You can’t perform that action at this time.
0 commit comments