This commit is contained in:
Andreas Tsouchlos 2022-04-27 15:24:00 +02:00
parent 75d25bc9e4
commit c77e229d9c

View File

@ -15,5 +15,7 @@ $ pip install numpy matplotlib geopy
From the root directory of this repository run
```bash
$ python main.py
```
$ python -m kalman_filter
```
Which example runs can be configured in `kalman_filter/__main__.py`