powertrain-build/docs/powertrain_build_introduction.md
Henrik Wahlqvist 65c1d746a7 Copy from Volvo Cars local project
We don't transfer git history since it may contain proprietary data that
we cannot have in an open sources version.

Change-Id: I9586124c1720db69a76b9390e208e9f0ba3b86d4
2024-05-29 08:03:54 +02:00

1.1 KiB

Introduction of powertrain_build for new employee

[TOC]

General powertrain_build Information

powertrain_build introduction introduces installation and basic usage of powertrain_build.

powertrain_build Code Base

The basic code introduction is placed in powertrain_build General Code Introduction.

powertrain_build Deployment

Information on how to deploy powertrain_build can be found here.

powertrain_build Development

If you want to develop powertrain_build, you can run it directly from the Git repositories. You probably need a separate virtual environment, as any installed release versions of powertrain_build would interfere:

python3 -m venv powertrain_build_venv
source ./powertrain_build_venv/bin/activate

Once activated, you can execute it:

PYTHONPATH=<path_to>/pt/pytools:<path_to>//pt/pybuild python -m pytools.pybuild_wrapper build-specific --project-config Projects/CSP/PvcDepDemo/ProjectCfg.json --core-dummy