From 6c26e19fbabc7e1ed830e9f84336d2c2770ae177 Mon Sep 17 00:00:00 2001 From: wassname Date: Sat, 29 Dec 2018 15:45:09 +0800 Subject: [PATCH] readme tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34ab912..a2fe0f6 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ This will start snowboy listening for the phrase "Hi BitLit". Then it will ask f - clone the repositry Requirements: -- Python2, pip +- Python3, pip - for mac - Brew (mac: sudo apt-get install linuxbrew-wrapper) - PIP (sudo apt-get install python-pip) - PortAudio (mac: brew install portaudio) - for ubuntu: - - PortAudio (sudo apt install portaudio19-dev) + - PortAudio (sudo apt install portaudio19-dev python3-portaudio) - python package `pip install -r requirements.txt` - snowboy v1.1.1 - either get - a precompiled version for you platform and python version here (http://docs.kitt.ai/snowboy/#downloads) - - or compile it yourself by cloning the repo, then going into swig/python and running make + - or compile it yourself by cloning the repo, then going into swig/python and running make (sudo apt install python3-all-dev) - Copy the resources folder and the compiled files into the snowboy subdirectory.