summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-11-06 23:29:13 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-11-06 23:29:13 +0100
commit520e15905eb2d220a7acc0ca96ea08a1e1cc8555 (patch)
tree69aef6a41457398dd4150c890c4f80559fd8ec66
parent4d4de6eecb3917e19a0af616790630a683b43767 (diff)
README
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
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