From c3927ec5809d9a7b6cb8fdd7b758d63825bdc3dc Mon Sep 17 00:00:00 2001 From: Joachim Steiger Date: Fri, 27 Aug 2021 17:14:52 +0200 Subject: [PATCH] update readme detail about cmd2 - make sure people get 1.5 from pip instead of some old debian-pkg Change-Id: I92a1e4c5a34ca11ce8d8b5f69257fdfedad2f8d6 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index a45934cb..7f460852 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,7 @@ Please install the following dependencies: Example for Debian: ``` -apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml -pip3 install pytlv jsonpath-ng construct bidict gsm0338 -``` - -Alternatively, everything can be installed using pip: -``` +apt-get install python3-pyscard python3-serial python3-pip python3-yaml pip3 install -r requirements.txt ```