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`