From bdbe49efc61ee2332f021a3a9efefab84454631a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Sat, 23 Jun 2012 11:18:55 +0200 Subject: [PATCH] Update INSTALL and create_portable.txt (#209) --- INSTALL | 6 ++++-- extras/win32-portable/create_portable.txt | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) 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.