From dc3d69e4438206b2d941b328e5ce79e9e798cb81 Mon Sep 17 00:00:00 2001 From: xaloc Date: Wed, 4 Oct 2023 16:22:35 +0200 Subject: [PATCH] fix README code blocks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69a2589..34f3dd4 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ Clone the repository ### Step 2 Go to the folder of the repository and reate a virtual environment -bash``` +```bash python -m venv ``` ### Step 3 Install the requirements (there's a ton because we use the whisper engine for speech to text) -bash``` +```bash pip install -r requirements.txt ``` ## Usage -Change the name of the file you want to transcribe in the code, make sure it's on the same folder as the program (or give the path in the code). Run the code ```python app.py```. Enjoy the transcript. +Change the name of the file you want to transcribe in the code, make sure it's on the same folder as the program (or give the path in the code). Run the code `python app.py`. Enjoy the transcript.