@@ -8,3 +8,7 @@ upload:
listen:
bash listen.sh
env:
bash --rcfile env.sh
@@ -0,0 +1,5 @@
#!/bin/bash
python -m venv myenv
source myenv/bin/activate
pip install azure-cognitiveservices-speech
The note is not visible to the blocked user.