[pypy-commit] lang-js default: Merged changes

stepahn noreply at buildbot.pypy.org
Mon May 13 09:15:41 CEST 2013


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r378:cc983acc4a7f
Date: 2013-05-13 09:15 +0200
http://bitbucket.org/pypy/lang-js/changeset/cc983acc4a7f/

Log:	Merged changes

diff --git a/README.rst b/README.rst
new file mode 100644
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+langjs
+======
+
+langjs is an implementation of javascript programming language, written in
+Python using RPython.
+
+You will need to install some dependencies. You can do it with::
+
+    pip install -r requirements.txt
+
+And make sure you have `PyPy_` on your ``PYTHONPATH``.
+
+To run tests::
+
+    $ PYTHONPATH=. py.test
+
+.. _`PyPy`: https://bitbucket.org/pypy/pypy
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,1 @@
+pytest


More information about the pypy-commit mailing list