Changes between Version 77 and Version 78 of WikiStart
- Timestamp:
- 03/20/23 16:14:48 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v77 v78 19 19 20 20 {{{#!td style="background: #fee" 21 We require a complete python installation, including pip and venv support. 21 22 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 23 to install these separately. 28 24 }}} 29 25