Check in requirements.txt to simplify installing dependencies
Change-Id: I88db5e8a661fb3ddc72b7d423a878c0143353d3e
This commit is contained in:
@@ -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
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
pyscard
|
||||||
|
serial
|
||||||
|
pytlv
|
||||||
|
cmd2
|
||||||
Reference in New Issue
Block a user