From fde2704169d84874ff2bc5b4712c9337b2ae7a33 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 29 Apr 2023 16:33:07 -0700 Subject: [PATCH] updating docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cf95e94..9802420 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ https://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT_Raspberry/#picovoice-with-r - clone the repo and do the ./install.sh (use the higher kernel one in this repo itself if the rpi is newer) +# Running things +Make sure python path is set to the root directory of the project. That ensures +that we can reuse modules/other directories such as our internal audio module. + + +Some programs have to be run from the project within the repo (such as voice-server) +while others can be run from the root directory of the project directly.