From 86772cc27cc0904cee1313ea3da9ff8c27feb58a Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 8 Jan 2025 13:37:03 +0100 Subject: [PATCH] DOC: update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0e450f7..f1edc18 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ the data, stores the results in a [LinkAhead](https://getlinkahead.com) instance ## Usage +### Virtual Environment (Optional) + +Before installing create a virtual environment: + +* `python -m venv .venv` +* `source .venv/bin/activate` + ### Installation ### Simply install with: -- GitLab