From 56c6f7b91c3ecf44440b261b0665b8e348344b8f Mon Sep 17 00:00:00 2001 From: tobiaobr Date: Mon, 6 Oct 2025 09:55:52 +0200 Subject: [PATCH] Added 'how to run' docs --- README.MD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.MD b/README.MD index 8b13789..3d560dd 100644 --- a/README.MD +++ b/README.MD @@ -1 +1,21 @@ +# How to run +## Activate python environment + +Create a python environment with +```zsh +python -m venv +``` + +and run it with: + +Windows: `\Scripts\activate` + +macOS/Linux: +`source /bin/activate` + +## Run script + +```zsh +python lasConverter.py +```