From 710ee2479e8376cf8ebe5f5c9cb902a23f59301c Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Mon, 14 Aug 2023 09:51:20 +0100 Subject: Add GitPython as dependency in README.md Change-Id: Ib4025d0c745d0d9489435c447b87625758a2fc23 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.1