fix: better env

This commit is contained in:
DinoMalin 2025-03-06 03:27:52 +01:00
parent de9187fb48
commit 6f97cb85d1

7
env.sh
View File

@ -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