From 4ae33bfb02fc6ab8f33aeba6bd1278e10a9472bc Mon Sep 17 00:00:00 2001 From: Dan Chen Date: Mon, 18 Mar 2024 17:35:33 +0800 Subject: [PATCH] feat: install dependencies shell script --- README.md | 2 +- install-dependencies.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 install-dependencies.sh diff --git a/README.md b/README.md index f3ec72c..2a78e8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # jarvis-models -## Dependency +## Dependencies | System | package | web | install command | | --- | --- | --- | --- | diff --git a/install-dependencies.sh b/install-dependencies.sh new file mode 100644 index 0000000..2a54fdd --- /dev/null +++ b/install-dependencies.sh @@ -0,0 +1,6 @@ +# !/bin/bash +pip install filetype +pip install fastapi +pip install python-multipart +pip install "uvicorn[standard]" +pip install SpeechRecognition \ No newline at end of file