Document that the blog demo is py2-only.
This commit is contained in:
parent
3b7f2f6d04
commit
a9c0e56333
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue