feat: install dependencies shell script

This commit is contained in:
Dan Chen
2024-03-18 17:35:33 +08:00
parent 11990d47db
commit 4ae33bfb02
2 changed files with 7 additions and 1 deletions

6
install-dependencies.sh Normal file
View File

@ -0,0 +1,6 @@
# !/bin/bash
pip install filetype
pip install fastapi
pip install python-multipart
pip install "uvicorn[standard]"
pip install SpeechRecognition