Browse Source

quickstart: Remove reference to `python hello.py`

Fix #1826
pull/1830/head
Markus Unterwaditzer 9 years ago
parent
commit
f91aea2aa0
  1. 6
      docs/quickstart.rst

6
docs/quickstart.rst

@ -37,9 +37,9 @@ So what did that code do?
particular function, and returns the message we want to display in the particular function, and returns the message we want to display in the
user's browser. user's browser.
Just save it as :file:`hello.py` (or something similar) and run it with your Python Just save it as :file:`hello.py` or something similar. Make sure to not call
interpreter. Make sure to not call your application :file:`flask.py` because this your application :file:`flask.py` because this would conflict with Flask
would conflict with Flask itself. itself.
To run the application you can either use the :command:`flask` command or To run the application you can either use the :command:`flask` command or
python's :option:`-m` switch with Flask. Before you can do that you need python's :option:`-m` switch with Flask. Before you can do that you need

Loading…
Cancel
Save