From a91147c466131da50c793bbd72e7f7fdbe2427a0 Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Fri, 19 Feb 2021 10:10:20 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b38cc92..c6f501d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Collection of different measurement processors --- especially with regards to geospatial data +# Requirements + +To install all necesarry requirements use + +`pip install -r requirements.txt` + +`conda install -r requirements.txt` + # Testing To run all available unit-tests: `python -m unittest tests` \ No newline at end of file -- 2.22.0