Installation

lauterbach.trace32.pystart is provided as source and wheel.

See also

General information on installing Python packages:

https://packaging.python.org/tutorials/installing-packages/

We recommend to install lauterbach.trace32.pystart using PIP.

Minimum Requirements

lauterbach.trace32.pystart is compatible with Python 3.7+.

Versioning

lauterbach.trace32.pystart versioning follows PEP 440. This means:

  • lauterbach.trace32.pystart versions take the form “X.Y.Z”. X is the major version, Y is the minor version and Z is the patch version. Pre-releases are denoted with an additional aN (alpha), bN (beta) or rcN (release candidate), with N > 0.

  • Major versions introduce backwards incompatible changes to the API. A TRACE32 update will be required and existing scripts might need to get adjusted.

  • Minor versions introduce backwards compatible features to the API. A TRACE32 update is recommended.

  • Patch versions introduce backwards compatible bug fixes.