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 ecce82b commit 85137c8Copy full SHA for 85137c8
README.md
@@ -120,14 +120,14 @@ python app.py
120
> [!NOTE]
121
> Before running, make sure to activate the virtual environment and install all dependencies:
122
123
-1. Activate the virtual environment:
124
- ```bash
125
- .\venv\Scripts\activate
126
- ```
127
-2. Install dependencies:
128
129
- pip install -r chords_requirements.txt
130
+> 1. Activate the virtual environment:
+> ```bash
+> .\venv\Scripts\activate
+> ```
+> 2. Install dependencies:
+> pip install -r chords_requirements.txt
131
132
This will launch a Web interface. Use the interface to control the applications:
133
0 commit comments