From 08640b841569e8df463e8002545ca0b5c759130b Mon Sep 17 00:00:00 2001 From: DinoMalin Date: Wed, 5 Mar 2025 17:27:16 +0100 Subject: [PATCH] feat: env to use azure --- Makefile | 4 ++++ env.sh | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 env.sh diff --git a/Makefile b/Makefile index 70170e9..6633fa4 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,7 @@ upload: listen: bash listen.sh + +env: + bash --rcfile env.sh + diff --git a/env.sh b/env.sh new file mode 100644 index 0000000..253f8f8 --- /dev/null +++ b/env.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +python -m venv myenv +source myenv/bin/activate +pip install azure-cognitiveservices-speech