8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54535d commit 30330fcCopy full SHA for 30330fc
examples/user_interfaces/web_application_server_sgskip.py
@@ -44,7 +44,25 @@ def hello():
44
# instantiate an Agg canvas;
45
# see e.g. :doc:`/gallery/user_interfaces/canvasagg`.
46
#
47
-# .. _howto-click-maps:
+# Note: This script should be run using the
48
+# `flask command-line tool <https://flask.palletsprojects.com/en/master/cli/>`_
49
+# since it is a Flask application.
50
+# Assuming that the working directory contains this script:
51
+#
52
+# Unix-like systems
53
54
+# .. code-block:: console
55
56
+# FLASK_APP=web_application_server_sgskip flask run
57
58
+# Windows
59
60
61
62
+# set FLASK_APP=web_application_server_sgskip
63
+# flask run
64
65
+# .. _howto-click-maps:
66
67
# Clickable images for HTML
68
# -------------------------
0 commit comments