forked from orbit-oss/flask
Added notes on Python 3
This commit is contained in:
parent
2c9c269284
commit
0ac9582113
4 changed files with 64 additions and 9 deletions
|
|
@ -14,7 +14,8 @@ could do that, but the most kick-ass method is virtualenv, so let's have a look
|
|||
at that first.
|
||||
|
||||
You will need Python 2.6 or higher to get started, so be sure to have an
|
||||
up-to-date Python 2.x installation. Python 3.x is not supported.
|
||||
up-to-date Python 2.x installation. For using Flask with Python 3 have a
|
||||
look at :ref:`python3-support`.
|
||||
|
||||
.. _virtualenv:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue