Posts tagged venv
SPL Bootstrap - Handle Python Version
- 24 November 2025
Document headings start at H2, not H1 [myst.header]
The pipeline implementation for our Software Product Line (SPL) repositories uses the pypeline Python application.
In order to start the pypeline application, we need to install Python (with a specified version) and create the Python virtual environment.
This step we call bootstrap and it is implemented here.