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