aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2022-08-31 16:24:29 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2022-08-31 16:53:32 +0100
commit04a2328f9683b7fe97579a3310d2f473f38717dd (patch)
tree8c5be4e0e0e1158e36432c637b245a2e158e15f4
parentfc30109b011d21c850d0773daa2cf115f856af93 (diff)
downloadtosa_checker-04a2328f9683b7fe97579a3310d2f473f38717dd.tar.gz
Fix formatting of building and installation instructions in README.md0.1.0
Change-Id: Ieeffbe3f9d086640d4571244d9a35a1ea0b1c8e1
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 162139c..ffb0182 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,12 @@ To build the TOSA Checker the following are required:
## Building and installation
+```
pip install -U pip setuptools wheel
pip install -U numpy
python setup.py bdist_wheel
pip install dist/tosa_checker-0.1.0-cp38-cp38-linux_x86_64.whl
+```
## Dockerâ„¢ image