From: Ben Darnell Date: Sun, 12 Oct 2014 00:07:54 +0000 (-0400) Subject: Document that the blog demo is py2-only. X-Git-Tag: v4.1.0b1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c0e56333fa0008f6d33def785da3cb209a89cb;p=thirdparty%2Ftornado.git Document that the blog demo is py2-only. --- diff --git a/demos/blog/README b/demos/blog/README index 4178f1446..dc2a4d8e9 100644 --- a/demos/blog/README +++ b/demos/blog/README @@ -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.