Changes between Version 76 and Version 77 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v76 v77  
    1616{{{#!td style="background: #eef"
    1717You only need python for just writing and compiling your parties, and for debugging them with the simplerunner. You can also just use Eclipse or another IDE of your choice. No further installation is needed.
     18}}}
     19
     20{{{#!td style="background: #fee"
     21Some python installations do not include pip and venv support anymore. You may have
     22to install these separately. For instance with python3.10 on ubuntu22 you need extra
     23manual installation like this:
     24
     25sudo apt-get update
     26sudo apt install python3-pip
     27sudo apt install python3.<VERSION>-venv
    1828}}}
    1929