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

@ -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.

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
'dist/' directory
Note: Creating the portable Windows distribution of OpenSlides is not possible,
if Python is installed in 64-bit version.