update readme detail about cmd2 - make sure people get 1.5 from pip instead of some old debian-pkg

Change-Id: I92a1e4c5a34ca11ce8d8b5f69257fdfedad2f8d6
This commit is contained in:
Joachim Steiger
2021-08-27 17:14:52 +02:00
parent 465ad32097
commit c3927ec580

View File

@@ -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
```