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.