# 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 <