commit c35177ce5f24a75683a88d94ff1c42b6cad103ad Author: yumoqing Date: Wed Jul 16 14:32:24 2025 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..f00b919 --- /dev/null +++ b/README.md @@ -0,0 +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 <