Update INSTALL: write 'source' instead of '.' (#313)

This commit is contained in:
Norman Jäckel 2012-07-19 23:38:08 +02:00
parent 189d0bf5e1
commit 3d14cd1d4a

20
INSTALL
View File

@ -16,9 +16,14 @@ I. Installation on Windows (32/64bit)
1. Install requirements: 1. Install requirements:
OpenSlides requires following programs, which should be OpenSlides requires following programs, which should be
installed first: Python Programming Language 2.7, installed first:
Setuptools, ReportLab Toolkit, Python Imaging Library (PIL), + Python Programming Language 2 (>= 2.5),
Django and django-mptt: + Setuptools
+ ReportLab Toolkit
+ Python Imaging Library (PIL)
+ Django
+ django-mptt
a) Download and run 32bit MSI installer from http://www.python.org/: a) Download and run 32bit MSI installer from http://www.python.org/:
@ -80,9 +85,9 @@ II. Installation on GNU/Linux and MacOSX
OpenSlides requires following programs, which should be OpenSlides requires following programs, which should be
installed first: installed first:
+ Python Programming Language 2 (>= 2.5), + Python Programming Language 2 (>= 2.5)
+ virtualenv (>= 1.4.1), + virtualenv (>= 1.4.1)
+ ReportLab Toolkit and + ReportLab Toolkit
+ Python Imaging Library (PIL) + Python Imaging Library (PIL)
E.g. for ubuntu run: E.g. for ubuntu run:
@ -114,7 +119,7 @@ II. Installation on GNU/Linux and MacOSX
4. Activate the virtual environment: 4. Activate the virtual environment:
$ . .venv/bin/activate $ source .venv/bin/activate
5. Install the required python-packages: 5. Install the required python-packages:
@ -143,4 +148,3 @@ II. Installation on GNU/Linux and MacOSX
To restart OpenSlides after closing the terminal activate the To restart OpenSlides after closing the terminal activate the
virtual environment (see 4.) before starting the server (see 6.). virtual environment (see 4.) before starting the server (see 6.).