mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-29 19:05:59 +00:00
10 lines
164 B
Bash
10 lines
164 B
Bash
#!/bin/bash
|
|
|
|
python -m venv env
|
|
source env/bin/activate
|
|
|
|
pip install --upgrade pip
|
|
pip install dotenv
|
|
pip install azure-cognitiveservices-speech
|
|
pip install openai
|