5.3.1.24.16.7. cli.helpers.python_setup.install_packages

cli.helpers.python_setup.install_packages(py: str, cwd: str, dry_run: bool = True) None

Install required Python packages into the target environment.

Parameters:
  • py – Python executable inside the target environment.

  • cwd – Working directory for installation commands.

  • dry_run – If True, print only and do not execute.