Author: Antonio Cuni <anto.c...@gmail.com> Branch: extradoc Changeset: r3742:422837db6573 Date: 2011-06-19 18:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/422837db6573/
Log: things for people to do before they come to the training diff --git a/talk/ep2011/training/preparation.rst b/talk/ep2011/training/preparation.rst new file mode 100644 --- /dev/null +++ b/talk/ep2011/training/preparation.rst @@ -0,0 +1,41 @@ +================================ +PyPy training session +================================ + +You are encouraged to bring your laptop to the training session. + +Make sure that the following prerequisites are met: + + * Install PyPy 1.5: + + - http://pypy.org/download.html + + - http://doc.pypy.org/en/latest/getting-started.html#installing-pypy + + * Make sure that ``setuptools`` or ``distribute`` are installed (look at the + URL above for instructions) + + * Clone the pypy repository, and update to the 1.5 version:: + + $ hg clone http://bitbucket.org/pypy/pypy + + $ cd pypy + + $ hg up -r release-1.5 + + * Clone the jitviewer repository and install it on pypy:: + + $ hg clone http://bitbucket.org/pypy/jitviewer + + $ cd jitviewer + + $ /path/to/pypy-1.5/bin/pypy setup.py develop + + * Download the source code which will be used during the session: + + - http://wyvern.cs.uni-duesseldorf.de/~antocuni/ep2011-training.zip + +If you intend to follow also the second part ("Write your own interpreter with +PyPy"), you need to make sure you have a working developing environment: +http://doc.pypy.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter + _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit