From c77e229d9cd6d4c9563e93e930d4ef92fba53dd2 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 27 Apr 2022 15:24:00 +0200 Subject: [PATCH] Updated --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23598ac..63827f7 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ $ pip install numpy matplotlib geopy From the root directory of this repository run ```bash -$ python main.py -``` \ No newline at end of file +$ python -m kalman_filter +``` + +Which example runs can be configured in `kalman_filter/__main__.py`