Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 539 Bytes

File metadata and controls

20 lines (16 loc) · 539 Bytes

(optional) create virutalenv

python -m venv my_livedata_env
source my_livedata_env/activate
python --version
which python
which pip

Install requirements

pip install -r requirements.txt

Start the script that collects data in background

python livedata.py <PATH TO DATABASE> the database is created if it does not exist.

Plot the live data

python animate.py <PATH TO DATABASE> <LOOKBACK MINUTES>

Figure_1