From d7bff5fc055b689ae0de4af5658c36064dcad699 Mon Sep 17 00:00:00 2001 From: benjaminLuoHC <155466242+benjaminLuoHC@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:42:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ecc970..3769905 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To begin installation, clone this repository and then follow one of the below op > Pre-requisite(s): `Python (v3)`, `ffmpeg`, `Tesseract`. See [here](https://hc-sc-ocdo-bdpd.github.io/file-processing-tools/1_tutorial/1_installation.html#additional-dependencies) for installation. These are not hard requirements; they are used for transcription (audio-to-text) and OCR (image-to-text) -Create the virtual environment in VSCode: `View` (top left of the screen) > `Python: Create Environment` > `Venv` > `your-python-version` > `requirements.txt` +Create the virtual environment in VSCode: `View` (top left of the screen) > `Command Palette` > `Python: Create Environment` > `Venv` > `your-python-version` > `requirements.txt`