From b0f24337b79416dcb753a3eb367e759512b144c2 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 12 Mar 2021 15:45:17 +0100 Subject: [PATCH] Check in requirements.txt to simplify installing dependencies Change-Id: I88db5e8a661fb3ddc72b7d423a878c0143353d3e --- README.md | 4 ++++ requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index c6ec3db0..028a84aa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Example for Debian: apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml pip3 install pytlv +Alternatively, everything can be installed using pip: + + pip3 install -r requirements.txt + Mailing List ------------ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..978a3dbc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pyscard +serial +pytlv +cmd2