Changes between Version 3 and Version 4 of instal_config
- Timestamp:
- May 6, 2011, 9:27:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
instal_config
v3 v4 5 5 $ sudo apt-get install python 6 6 }}} 7 Make sure you get Python 2. 6due to compatibility with used plugins.7 Make sure you get Python 2.7 due to compatibility with used plugins. 8 8 9 9 == 1.2 Pygame == … … 34 34 }}} 35 35 36 == 1.5 Django_gheat == 36 == 1.5 Django extensions == 37 Get 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 == 37 45 Get the latest django_gheat from the [http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/ repository] 38 46 {{{