Author: Andrews Medina <andrewsmed...@gmail.com> Branch: Changeset: r376:86f6f9c06efe Date: 2013-05-10 00:21 -0300 http://bitbucket.org/pypy/lang-js/changeset/86f6f9c06efe/
Log: added instructions about how to run tests on README.rst. 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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit