diff mbox series

[1/4] examples/client: drop Apt installation instructions

Message ID 20230219121225.13500-2-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
The Apt Python packages are almost always out-of-date.
This installation method is not recommended.

Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
---
 examples/client/README.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/examples/client/README.md b/examples/client/README.md
index 553ef2b..8fb1ffe 100644
--- a/examples/client/README.md
+++ b/examples/client/README.md
@@ -6,12 +6,6 @@  SPDX-License-Identifier: GPL-2.0-only
 
 ## Install dependencies
 
-### apt
-```
-sudo apt update
-sudo apt install python3-websockets python3-requests
-```
-
 ### pip
 ```
 pip install websockets requests
@@ -24,7 +18,7 @@  pipenv install
 
 ## Usage
 
-### apt/pip
+### pip
 ```
 ./swupdate_client.py <path-to-swu> <host_name> [port]
 ```