aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 13:42:12 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 13:27:29 +0000
commitb58cfcb6e1364b7e7a590f3e3208374b841b10c6 (patch)
treec08904859e5ec5007cfef149d4ccbba2fa63d5d0
parentc29297e7cec0f505bdf1a7b354efe74d74a78f87 (diff)
downloadtosa_checker-b58cfcb6e1364b7e7a590f3e3208374b841b10c6.tar.gz
Make the building and installation instructions more generic
Change-Id: Ie528ca61633c372c548642d5602e6784e2e79ad4
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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/<tosa_checker>.whl
```
## Dockerâ„¢ image