Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Developer/Manual
- Timestamp:
- 12/01/11 22:28:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Manual
v6 v7 6 6 == Install Python == 7 7 The latest Python 2.7 version is currently recommended. 8 * {{{apt-get install python2.7}}} 8 9 For Debian-based systems like Ubuntu: 10 {{{ 11 sudo su - 12 apt-get install python2.7 13 }}} 9 14 10 15 == Install Python Libraries ==