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 +```