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