Check in requirements.txt to simplify installing dependencies

Change-Id: I88db5e8a661fb3ddc72b7d423a878c0143353d3e
This commit is contained in:
Vadim Yanitskiy 2021-03-12 15:45:17 +01:00
parent 080cc9f794
commit b0f24337b7
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Example for Debian:
apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml
pip3 install pytlv pip3 install pytlv
Alternatively, everything can be installed using pip:
pip3 install -r requirements.txt
Mailing List Mailing List
------------ ------------

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pyscard
serial
pytlv
cmd2