Update INSTALL and create_portable.txt (#209)

This commit is contained in:
Norman Jäckel 2012-06-23 11:18:55 +02:00
parent b1ed56176e
commit bdbe49efc6
2 changed files with 7 additions and 2 deletions

View File

@ -31,6 +31,9 @@ I. Installation on Windows (32/64bit)
easy_install django django-mptt reportlab pil 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: 4. Get OpenSlides:
a) Download latest OpenSlides release from http://openslides.org. a) Download latest OpenSlides release from http://openslides.org.
@ -104,4 +107,3 @@ system.
-- --
If you need help ask on OpenSlides users mailing list. If you need help ask on OpenSlides users mailing list.
See www.openslides.org for more information. See www.openslides.org for more information.

View File

@ -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 3.) The portable OpenSlides distribution is now ready as a zip in the
'dist/' directory 'dist/' directory
Note: Creating the portable Windows distribution of OpenSlides is not possible,
if Python is installed in 64-bit version.