From 1eed60293a31e8f64280d61da3b10053daf03f92 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 4 Sep 2021 22:14:07 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0521e783..fb7d62a0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ sudo apt install python3 pip3 install psutil pip3 install crcengine pip3 install ujson +pip3 install pyserial ``` ## Manual Installation macOS ### Install brew and python3 @@ -28,6 +29,8 @@ brew install python pip3 install psutil pip3 install crcengine pip3 install ujson +pip3 install pyserial + ``` ### Install dependencies ```