/IoD_Sim-airflow

A Visual Programming Editor for IoD Sim.

Primary LanguagePython

airflow

A visual programming editor for IoD Sim. Use Splash to update blocks available in the editor to reflect IoD Sim latest features. Airflow is described together with rest of the simulation platform on arXiv.

Python Setup

Use Python virtualenv to prepare your development environment:

$ python -m venv .venv
$ . ./.venv/bin/activate
(venv)$ pip install -r requirements.txt