From 5fdd753e906b6bf7f26f4f39991c7175aecdb87f Mon Sep 17 00:00:00 2001 From: xaloc Date: Wed, 4 Oct 2023 16:24:53 +0200 Subject: [PATCH] add venv activation readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f3dd4..bc7bfab 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ Go to the folder of the repository and reate a virtual environment ```bash python -m venv ``` - ### Step 3 +Activate the environment +```bash +source /bin/activate +``` + +### Step 4 Install the requirements (there's a ton because we use the whisper engine for speech to text) ```bash pip install -r requirements.txt