diff --git a/INSTALL b/INSTALL index 946618b60..6fea14e84 100644 --- a/INSTALL +++ b/INSTALL @@ -30,6 +30,9 @@ I. Installation on Windows (32/64bit) Open command line (cmd) and run: easy_install django django-mptt reportlab pil + + If you, nevertheless, use a 64bit version of Python, you have to install reportlab + and pil not by using easy_install but manually. 4. Get OpenSlides: @@ -101,7 +104,6 @@ system. Use 'python start.py --help' to show all start options. --- +-- If you need help ask on OpenSlides users mailing list. See www.openslides.org for more information. - diff --git a/extras/win32-portable/create_portable.txt b/extras/win32-portable/create_portable.txt index f15d27950..9818f6ec9 100644 --- a/extras/win32-portable/create_portable.txt +++ b/extras/win32-portable/create_portable.txt @@ -12,3 +12,6 @@ How to create a new portable Windows distribution of OpenSlides: 3.) The portable OpenSlides distribution is now ready as a zip in the 'dist/' directory + +Note: Creating the portable Windows distribution of OpenSlides is not possible, +if Python is installed in 64-bit version.