aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-30 01:20:18 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-09-05 23:15:11 +0700
commit7d05e49f11c2b0a56cab589d7f24d67a854d4e62 (patch)
tree909e1dc2c4e1adeb5bc63472c000758ea3a89c0a
parent98ea2a0f7ac2093fbd89c5e9802bba67e8966963 (diff)
README.md: update installation instructions for Debian
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index e268d23..a698653 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,14 @@ Please install the following dependencies:
- colorlog
Example for Debian:
-```
-apt-get install python3-pyscard python3-serial python3-pip python3-yaml python3-termcolor python3-colorlog
-pip3 install -r requirements.txt
+```sh
+sudo apt-get install --no-install-recommends \
+ pcscd libpcsclite-dev \
+ python3 \
+ python3-setuptools \
+ python3-pyscard \
+ python3-pip
+pip3 install --user -r requirements.txt
```
After installing all dependencies, the pySim applications ``pySim-read.py``, ``pySim-prog.py`` and ``pySim-shell.py`` may be started directly from the cloned repository.