feat: env to use azure

This commit is contained in:
DinoMalin 2025-03-05 17:27:16 +01:00
parent aa0b879910
commit 08640b8415
2 changed files with 9 additions and 0 deletions

View File

@ -8,3 +8,7 @@ upload:
listen:
bash listen.sh
env:
bash --rcfile env.sh

5
env.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
python -m venv myenv
source myenv/bin/activate
pip install azure-cognitiveservices-speech