Skip to content

Commit

Permalink
Added 'how to run' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaobr committed Oct 6, 2025
1 parent 21c1183 commit 56c6f7b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# How to run

## Activate python environment

Create a python environment with
```zsh
python -m venv <environment_name>
```

and run it with:

Windows: `<environment_name>\Scripts\activate`

macOS/Linux:
`source <environment_name>/bin/activate`

## Run script

```zsh
python lasConverter.py <input_directory> <output_directory>
```

0 comments on commit 56c6f7b

Please sign in to comment.