aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2021-06-22 16:21:14 +0200
committerJonny Svärd <jonny.svaerd@arm.com>2021-06-22 17:02:22 +0200
commitdabf6b5d835ff8bba36764d3db4dcc07f826dc3f (patch)
treea0227ef2b8747b1a99f675cea7002717a1ffed28 /requirements.txt
parentffbd8e7b6c613f7f81102fc9cfa030cc4e329e71 (diff)
downloadethos-u-core-platform-dabf6b5d835ff8bba36764d3db4dcc07f826dc3f.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
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