Changes between Version 76 and Version 77 of WikiStart
- Timestamp:
- 03/20/23 16:13:59 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v76 v77 16 16 {{{#!td style="background: #eef" 17 17 You 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" 21 Some 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 18 28 }}} 19 29