Updated INSTALL section: use git instead of hg repository.

This commit is contained in:
Emanuel Schuetze 2012-11-21 22:12:00 +01:00
parent d5ee6d69b6
commit 9da7055fc2

View File

@ -98,13 +98,12 @@ II. Installation on GNU/Linux and MacOSX
OR OR
b) Clone development version from mercurial repository b) Clone development version from OpenSlides' github repository
http://hg.openslides.org. This requires Mercurial source control https://github.com/OpenSlides/OpenSlides.
management (hg): This requires Git, see http://git-scm.com/.
Open command line (cmd) and run:
E.g. for Ubuntu run: git clone git://github.com/OpenSlides/OpenSlides.git
$ sudo apt-get install mercurial
$ hg clone http://hg.openslides.org OpenSlides
3. Setup your virtual environment with virtualenv: 3. Setup your virtual environment with virtualenv: