Author: Stephan <step...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to