Document that the blog demo is py2-only.

This commit is contained in:
Ben Darnell 2014-10-11 20:07:54 -04:00
parent 3b7f2f6d04
commit a9c0e56333
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ need to set up MySQL and the database schema for the demo to run.
3. Install Python prerequisites
Install the packages MySQL-python, torndb, and markdown (e.g. using pip or
easy_install)
easy_install). Note that these packages currently only work on
Python 2. Tornado supports Python 3, but this blog demo does not.
3. Connect to MySQL and create a database and user for the blog.