diff --git a/README.md b/README.md index 0a2d702..f00b919 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,35 @@ # moonshineASR +## dependents + +[requirements.txt](requirements.txt) list all dependents modules +use the following command to install the dependents modules +``` +mspip install -r requirements.txt +``` + +## install moonshine service + +``` +cd script +sudo ./install.sh +``` + +## make a virtual python environment + +``` +python3 -m venv ~/ve/ms + +cat > ~/bin/mspip < ~/bin/mspy <