From c6fb4700edbc52403e12ff7ebab684e650a0052e Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:24:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 44b37d39..4201fe1c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ pip3 install crcengine ``` $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew install python +pip3 install psutil +pip3 install crcengine +pip3 install ujson ``` ### Install dependencies ``` @@ -31,6 +34,7 @@ xcode-select --install brew remove portaudio brew install portaudio pip3 install pyaudio +pip3 install ujson ```