From 6f97cb85d1541620ae9bb1b60cf9f5d067741757 Mon Sep 17 00:00:00 2001 From: DinoMalin Date: Thu, 6 Mar 2025 03:27:52 +0100 Subject: [PATCH] fix: better env --- env.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/env.sh b/env.sh index 253f8f8..371dce3 100644 --- a/env.sh +++ b/env.sh @@ -1,5 +1,8 @@ #!/bin/bash -python -m venv myenv -source myenv/bin/activate +python -m venv env +source env/bin/activate + +pip install --upgrade pip +pip install dotenv pip install azure-cognitiveservices-speech