aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoachim Steiger <jsteiger@sysmocom.de>2021-08-27 17:14:52 +0200
committerJoachim Steiger <jsteiger@sysmocom.de>2021-08-27 17:14:52 +0200
commitc3927ec5809d9a7b6cb8fdd7b758d63825bdc3dc (patch)
tree909c5cdc768cfbaa54064055ef0abc0166fb2011 /README.md
parent465ad320973d48053bcfe03de80eddbf588d79d9 (diff)
update readme detail about cmd2 - make sure people get 1.5 from pip instead of some old debian-pkg
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index a45934c..7f46085 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
```