fixeria has uploaded this change for review.
README.md: update installation instructions for Debian
Change-Id: Icefa33570a34960a4fff145f3c1b6585d867605c
---
M README.md
1 file changed, 8 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/35/29235/1
diff --git a/README.md b/README.md
index e268d23..a698653 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,14 @@
- 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.
To view, visit change 29235. To unsubscribe, or for help writing mail filters, visit settings.