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