From a22fa3d04fd4f7115f28c13772bb561fae5741b0 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 5 Oct 2015 19:58:06 +0300 Subject: [PATCH] pyinstaller 3 released, remove experimental note --- doc/sources/guide/packaging-windows.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/sources/guide/packaging-windows.rst b/doc/sources/guide/packaging-windows.rst index 400315ff3..e6254ef67 100644 --- a/doc/sources/guide/packaging-windows.rst +++ b/doc/sources/guide/packaging-windows.rst @@ -8,21 +8,13 @@ package of Kivy. The package will be either 32 or 64 bits depending on which version of Python you ran it with. - -.. note:: - Currently, packages for Windows can be generated with Python 2.7 and - Python 3.3+. However, Python 3.3+ support is still experimental, so check - this page for updates in case of issues. - .. _packaging-windows-requirements: Requirements ------------ - * Latest Kivy (the whole portable package, not only the github sourcecode) - * PyInstaller 2.1 (`pip install pyinstaller`) for Python 2.7, and experimental - PyInstaller 3.0 (`pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip`) - for Python 3.3+. + * Latest Kivy (the whole portable package, not only the github source code) + * PyInstaller 3.0 .. _Create-the-spec-file: