Changes between Version 28 and Version 29 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
10/02/24 10:32:16 (3 weeks ago)
Author:
Fran Boon
Comment:

Just 3

Legend:

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

    v28 v29  
    22= Installation Guidelines: Linux - Developer (Manual) =
    33== Install Python ==
    4 The latest Python 3.9 version is currently recommended.
     4A stable Python 3 version is currently recommended.
    55
    66For Debian-based systems like Ubuntu:
    77{{{
    88sudo su -
    9 apt-get install python3.9
     9apt-get install python3
    1010}}}
    1111