mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-30 11:06:00 +00:00
6 lines
103 B
Bash
6 lines
103 B
Bash
#!/bin/bash
|
|
|
|
python -m venv myenv
|
|
source myenv/bin/activate
|
|
pip install azure-cognitiveservices-speech
|