diff mbox series

[2/4] examples/client: add termcolor to installation instructions

Message ID 20230219121225.13500-3-daniel@braunwarth.dev
State Accepted
Headers show
Series examples/client: some minor improvements | expand

Commit Message

Daniel Braunwarth Feb. 19, 2023, 12:12 p.m. UTC
Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
---
 examples/client/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/examples/client/README.md b/examples/client/README.md
index 8fb1ffe..9d7e320 100644
--- a/examples/client/README.md
+++ b/examples/client/README.md
@@ -8,7 +8,7 @@  SPDX-License-Identifier: GPL-2.0-only
 
 ### pip
 ```
-pip install websockets requests
+pip install websockets requests termcolor
 ```
 
 ### pipenv
@@ -44,4 +44,4 @@  else:
 ### Formatting
 ```
 black swupdate_client.py
-```
\ No newline at end of file
+```