Skip to content

Commit 0bd3742

Browse files
committed
Moving the Python runtime out of the lingua-franca repo
1 parent faf0fb0 commit 0bd3742

File tree

10 files changed

+14
-13
lines changed

10 files changed

+14
-13
lines changed
File renamed without changes.

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Python Package for Lingua Franca Support
2+
3+
This package contains the following two modules:
4+
5+
- functions.py which contains some useful functions used in Lingua Franca programs
6+
- constants.py which contains handy shortcuts for some concepts such as `interval_t`
7+
8+
9+
This package is required for Python code generated by the Lingua Franca compiler to function properly.
10+
To build and install, run:
11+
```
12+
python3 setup.py build
13+
sudo python3 setup.py install
14+
```
File renamed without changes.
File renamed without changes.

org.lflang/src/lib/Python/README.md

-13
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)