diff --git a/applications/examples/views/default/download.html b/applications/examples/views/default/download.html index 9abe6856..dbed6375 100644 --- a/applications/examples/views/default/download.html +++ b/applications/examples/views/default/download.html @@ -87,7 +87,7 @@
Note that on recent MacOs versions (10.12+) you could face problems in running the binary App program, due to the last changes to the security settings. In this case, press the 'control' key + click on downloaded file and then 'open' it (confirm the warnings). Finally move the program in Applications and run it from there.
-If you prefer to run it from source with your own Python interpreter alreay installed, type:
+If you prefer to run it from source with your own Python interpreter already installed, type:
{{=CODE("python web2py.py", language=None, counter='>', _class='boxCode')}}or for more info type:
{{=CODE("python web2py.py -h", language=None, counter='>', _class='boxCode')}}