diff --git a/test/REAME.md b/test/README.md similarity index 80% rename from test/REAME.md rename to test/README.md index 5f67d5d..4dc12fa 100644 --- a/test/REAME.md +++ b/test/README.md @@ -1,19 +1,20 @@ -### requirements +### Requirements ``` pip install https://github.com/voice-engine/voice-engine/archive/master.zip pip install numpy git submodule init && git submodule update ``` -+ windows - - pip install +#### Windows +``` pip install https://github.com/respeaker/respeaker_python_library/releases/download/v0.4.1/pocketsphinx-0.0.9-cp27-cp27m-win32.whl +``` -+ linux / macos - - pip install pocketsphinx +#### Linux / macOS +``` +pip install pocketsphinx +``` ### Get RMS @@ -25,4 +26,4 @@ python rms.py ``` python echo.py -``` \ No newline at end of file +```