Changes between Version 3 and Version 4 of instal_config


Ignore:
Timestamp:
May 6, 2011, 9:27:05 AM (14 years ago)
Author:
dennisw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • instal_config

    v3 v4  
    55$ sudo apt-get install python
    66}}}
    7 Make sure you get Python 2.6 due to compatibility with used plugins.
     7Make sure you get Python 2.7 due to compatibility with used plugins.
    88
    99== 1.2 Pygame ==
     
    3434}}}
    3535
    36 == 1.5 Django_gheat ==
     36== 1.5 Django extensions ==
     37Get the Django extensions from [https://github.com/django-extensions/django-extensions here].
     38{{{
     39$ tar xzvf <tarball>
     40$ cd django-extensions
     41$ python setup.py install
     42}}}
     43
     44== 1.6 Django_gheat ==
    3745Get the latest django_gheat from the [http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/ repository]
    3846{{{