summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGodefroid Chapelle <gotcha@bubblenet.be>2007-06-06 09:48:23 +0000
committerGodefroid Chapelle <gotcha@bubblenet.be>2007-06-06 09:48:23 +0000
commitfe259a303edb3f86f82d784d333160a7093b547a (patch)
tree20b0853cac633d929a33ce7f48943350e2bba13e
parente29fc1557abdd2bcb4343c46f00029816ca9c29e (diff)
downloadzope-tal-fe259a303edb3f86f82d784d333160a7093b547a.tar.gz
end of setup; howto
-rw-r--r--src/zope/tal/pypy/HOWTO.txt6
-rw-r--r--src/zope/tal/pypy/__init__.py0
2 files changed, 6 insertions, 0 deletions
diff --git a/src/zope/tal/pypy/HOWTO.txt b/src/zope/tal/pypy/HOWTO.txt
new file mode 100644
index 0000000..e5dad5a
--- /dev/null
+++ b/src/zope/tal/pypy/HOWTO.txt
@@ -0,0 +1,6 @@
+run the following command to compile (you might need to setup PYTHONPATH) :
+
+python path_to_pypy/bin/compilemodule.py test zope.tal.pypy
+
+first argument is name of module you compile
+second argument is path to the package where you find the RPython
diff --git a/src/zope/tal/pypy/__init__.py b/src/zope/tal/pypy/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/zope/tal/pypy/__init__.py