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