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