From 520e15905eb2d220a7acc0ca96ea08a1e1cc8555 Mon Sep 17 00:00:00 2001 From: Stefan Israelsson Tampe Date: Tue, 6 Nov 2018 23:29:13 +0100 Subject: README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README') diff --git a/README b/README index 4d1a24c..1b1b765 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3