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