summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-12-17 20:45:23 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-12-17 20:45:23 +0100
commit4a87b4b6d8f2ac76130b3cbfd9606be15c978a00 (patch)
treee9ada81ed81f55c3b097666da2a66b870815e88d /README
parent3f1469edae0a2237700ed3c08be950486961d339 (diff)
use guile-persist instead of guile-log
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1b1b765..9e9004d 100644
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ 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.
-...
+You also need guile-persist
+ https://gitlab.com/tampe/guile-persist
To try it either put a python module file in language/python/module/. or try the interactive python shell via
,L python