Changes between Version 77 and Version 78 of WikiStart


Ignore:
Timestamp:
03/20/23 16:14:48 (14 months ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v77 v78  
    1919
    2020{{{#!td style="background: #fee"
     21We require a complete python installation, including pip and venv support.
    2122Some python installations do not include pip and venv support anymore. You may have
    22 to install these separately. For instance with python3.10 on ubuntu22 you need extra
    23 manual installation like this:
    24 
    25 sudo apt-get update
    26 sudo apt install python3-pip
    27 sudo apt install python3.<VERSION>-venv
     23to install these separately.
    2824}}}
    2925