summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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