From dabf6b5d835ff8bba36764d3db4dcc07f826dc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonny=20Sv=C3=A4rd?= Date: Tue, 22 Jun 2021 16:21:14 +0200 Subject: Add a requirements.txt to scripts folder Some scripts require external modules (from pip). Install using: python -m pip install -r requirements.txt NOTE: On some distributions python2 is still default, so to use python 3 it might be necessary to replace python on the above command line with python3 Update README.md to mention the python requirements. Change-Id: Ia7581c874570d92846095775f680238328f651b4 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5e03a5c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +numpy +pyelftools -- cgit v1.2.1