From 080cc9f7942b6dc35084c2ad33448b357f27a036 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 12 Mar 2021 15:40:14 +0100 Subject: [PATCH] README.md: add notes about the new 'cmd2' dependency Change-Id: I314317ab547bc32497839fe70e7a6f6b66bcc8ef --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32346658..c6ec3db0 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ pysim requires: - pyscard - serial - pytlv (for specific card types) +- cmd2 (for pySim-shell.py) Example for Debian: - apt-get install python3-pyscard python3-serial python3-pip python3-yaml + apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml pip3 install pytlv