From 04a2328f9683b7fe97579a3310d2f473f38717dd Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Wed, 31 Aug 2022 16:24:29 +0100 Subject: Fix formatting of building and installation instructions in README.md Change-Id: Ieeffbe3f9d086640d4571244d9a35a1ea0b1c8e1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1