From 46906eec217a984b004dfc8f9f8fb9b06370489a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Sun, 7 Jul 2013 23:23:15 +0200 Subject: [PATCH] Update INSTALL. OpenSlides for Windows 64-bit (fixed #810). --- INSTALL.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 81b3dd22d..2db28ca36 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -8,7 +8,7 @@ Content I. Installation on GNU/Linux and MacOSX using the Python Package Index (PyPI) II. Installation on GNU/Linux and MacOSX using the package from openslides.org III. Installation on GNU/Linux and MacOSX using the sources (for development) -IV. Installation on Windows (32bit) using the Python Package Index (PyPI) +IV. Installation on Windows using the Python Package Index (PyPI) If you need help ask on OpenSlides users mailing list. See http://openslides.org for more information. @@ -57,7 +57,7 @@ I. Installation on GNU/Linux and MacOSX using the Python Package Index (PyPI) + bleach + beautifulsoup4 + html5lib - + 4. Start OpenSlides server and open URL in your default browser: $ openslides @@ -84,7 +84,7 @@ II. Installation on GNU/Linux and MacOSX using the package from openslides.org ================================================================================ 1. Get OpenSlides: - + Download latest OpenSlides release from http://openslides.org as compressed tar archive. @@ -160,7 +160,7 @@ III. Installation on GNU/Linux and MacOSX using the sources (for development) $ python start.py -IV. Installation on Windows (32bit) using the Python Package Index (PyPI) +IV. Installation on Windows using the Python Package Index (PyPI) ========================================================================= NOTE: There is a portable version of OpenSlides for Windows which does not @@ -174,10 +174,15 @@ portable version you should run the following install steps. + Python Programming Language 2 (>= 2.6) + Setuptools - a) Download and run 32bit MSI installer from http://www.python.org/: + a) Download and run 32-bit MSI installer from http://www.python.org/: http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi + Note that the 32-bit MSI installer is required even on a 64-bit + Windows system. If you use the 64-bit MSI installer, step 3 of this + instruction will fail unless you installed the packages reportlab + and pillow manually. + b) Add python dirs to PATH (via Control Panel > System > Advanced): ";C:\Python27;C:\Python27\Scripts"