From 82359a549cc886ef50749849339c30a9a461fe07 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Wed, 7 Apr 2021 16:01:18 +0200 Subject: [PATCH] added documentation on how to use it --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 209e25d..7afbcdd 100644 --- a/readme.md +++ b/readme.md @@ -2,3 +2,7 @@ a tool to help choosing the best quality price ratio for a compute node +usage: +```console +graffy@graffy-ws2:~/work/concho$ PYTHONPATH=. python3 ./tests/test1.py +```