From b58cfcb6e1364b7e7a590f3e3208374b841b10c6 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Tue, 22 Aug 2023 13:42:12 +0100 Subject: Make the building and installation instructions more generic Change-Id: Ie528ca61633c372c548642d5602e6784e2e79ad4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc4130c..eaf39fa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To build the TOSA Checker the following are required: pip install -U pip setuptools wheel pip install -U numpy GitPython python setup.py bdist_wheel -pip install dist/tosa_checker-0.1.0-cp38-cp38-linux_x86_64.whl +pip install dist/.whl ``` ## Dockerâ„¢ image -- cgit v1.2.1