diff options
author | Stefan Israelsson Tampe <stefan.itampe@gmail.com> | 2018-11-06 23:29:13 +0100 |
---|---|---|
committer | Stefan Israelsson Tampe <stefan.itampe@gmail.com> | 2018-11-06 23:29:13 +0100 |
commit | 520e15905eb2d220a7acc0ca96ea08a1e1cc8555 (patch) | |
tree | 69aef6a41457398dd4150c890c4f80559fd8ec66 /README | |
parent | 4d4de6eecb3917e19a0af616790630a683b43767 (diff) |
README
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -8,4 +8,17 @@ With this you can compile a guile python file to any target from tree-il e.g. stis> ~/src/guile/meta/guild compile test.py --output=test.go --from=python +You also need guile-log and dependencies. ... + +To try it either put a python module file in language/python/module/. or try the interactive python shell via + ,L python + + + + +To install the repository, go to the module directory and issue + > autoreconf -i + > ./configure + > make + > sudo make install |