Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
12/01/11 22:28:51 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Manual

    v6 v7  
    66== Install Python ==
    77The latest Python 2.7 version is currently recommended.
    8 * {{{apt-get install python2.7}}}
     8
     9For Debian-based systems like Ubuntu:
     10{{{
     11sudo su -
     12apt-get install python2.7
     13}}}
    914
    1015== Install Python Libraries ==