Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 455 Bytes

Python Package for Lingua Franca Support

This package contains the following two modules:

  • functions.py which contains some useful functions used in Lingua Franca programs
  • constants.py which contains handy shortcuts for some concepts such as interval_t

This package is required for Python code generated by the Lingua Franca compiler to function properly. To build and install, run:

python3 setup.py build
sudo python3 setup.py install