aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-14 09:51:20 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-14 10:36:29 +0100
commit710ee2479e8376cf8ebe5f5c9cb902a23f59301c (patch)
treef69efe3016c54c996e438b439959e737f9bcb380
parent48c123c3f4581eeadda73460f903ba5a4e2c043f (diff)
downloadtosa_checker-710ee2479e8376cf8ebe5f5c9cb902a23f59301c.tar.gz
Add GitPython as dependency in README.md
Change-Id: Ib4025d0c745d0d9489435c447b87625758a2fc23
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ffb0182..eac6782 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To build the TOSA Checker the following are required:
```
pip install -U pip setuptools wheel
-pip install -U numpy
+pip install -U numpy GitPython
python setup.py bdist_wheel
pip install dist/tosa_checker-0.1.0-cp38-cp38-linux_x86_64.whl
```