Change in pysim[master]: Check in requirements.txt to simplify installing dependencies

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Mar 12 15:30:53 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/23353 )

Change subject: Check in requirements.txt to simplify installing dependencies
......................................................................

Check in requirements.txt to simplify installing dependencies

Change-Id: I88db5e8a661fb3ddc72b7d423a878c0143353d3e
---
M README.md
A requirements.txt
2 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/README.md b/README.md
index c6ec3db..028a84a 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,10 @@
 	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 0000000..978a3db
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+pyscard
+serial
+pytlv
+cmd2

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23353
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I88db5e8a661fb3ddc72b7d423a878c0143353d3e
Gerrit-Change-Number: 23353
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210312/27f68b81/attachment.htm>


More information about the gerrit-log mailing list