From 82ad43347aec6b551992ea46f9c6754908e30672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Wed, 8 Feb 2023 13:59:36 +0100 Subject: [PATCH] Clarify usage instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3110ad14..73ccb65d 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ Repository for storing performance benchmark results. ## Generate performance graphs locally -``` +```sh +# get benchmark results and processing script git clone git@github.com:kokkos/benchmark_monitor.git git clone git@github.com:kokkos/kokkos-benchmark-results.git cd benchmark_monitor - +# create and activate virtual environment python3 -m venv env source env/bin/activate +# continue inside a virtual environment pip install -r requirements.txt python benchmark_monitor.py -d ../benchmark-results -o output ```