Skip to content

Commit 542e51b

Browse files
committed
Updated Readme
1 parent b1a8f25 commit 542e51b

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,7 @@ To use the script, run it from the command line with various options:
9696

9797
- `python keystroke.py`: On running, a pop-up opens for connecting, and on pressing Start, blinks are detected to simulate spacebar key presses.
9898

99-
## Running All Applications
100-
Here's the updated section for the README:
101-
102-
---
103-
104-
### Running All Applications Together
99+
## Running All Applications Together
105100

106101
To run all applications together:
107102

@@ -112,14 +107,14 @@ python app.py
112107
> [!NOTE]
113108
> Before running, make sure to activate the virtual environment and install all dependencies:
114109

115-
> 1. Activate the virtual environment:
116-
> ```bash
117-
> .\venv\Scripts\activate
118-
> ```
119-
> 2. Install dependencies:
120-
> ```bash
121-
> pip install -r chords_requirements.txt
122-
> ```
110+
1. Activate the virtual environment:
111+
```bash
112+
.\venv\Scripts\activate
113+
```
114+
2. Install dependencies:
115+
```bash
116+
pip install -r chords_requirements.txt
117+
```
123118

124119
This will launch a Web interface. Use the interface to control the applications:
125120

0 commit comments

Comments
 (0)