From b79b5951f83eab37031db6274074a16d5ed3d678 Mon Sep 17 00:00:00 2001 From: Nico Zanferrari Date: Wed, 24 Apr 2019 23:35:44 +0200 Subject: [PATCH] Update docs --- extras/build_web2py/build_web2py.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extras/build_web2py/build_web2py.py b/extras/build_web2py/build_web2py.py index 0259fc7f..59aeb76d 100644 --- a/extras/build_web2py/build_web2py.py +++ b/extras/build_web2py/build_web2py.py @@ -21,14 +21,13 @@ import platform USAGE = """ build_web2py - make web2py Windows and MacOS binaries with pyinstaller - Usage: - Install the pyinstaller program, copy this file (plus web2py.ngm.spec and web2py.ngm_no_console.spec) + Install the pyinstaller program, copy this file (plus web2py.*.spec files) to web2py root folder and run: python build_py3.py - (tested with python 3.7 only) + (tested with python 3.7.3 and 2.7.16 with PyInstaller 3.4) """ BUILD_DEBUG = False """