Installation

RCL is provided as source and wheel. You will find both in your TRACE32 installation at <T32SYS>/demo/api/python/rcl/dist.

See also

General information on installing Python packages:

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

We recommend to install RCL using PIP.

Minimum Requirements

TRACE32: DVD 09/2020 Python: 3.6.1

Installing local wheel

pip install lauterbach_trace32_rcl-latest-p3-none-any-whl

Note

If you get the following error

Could not install packages due to an EnvironmentError: [WinError 5] Access is denied:
Consider using the '--user' option or check the permissions.

you either have to run the command as admin or install to the user site.

Installing to the user site

pip install --user lauterbach_trace32_rcl-latest-p3-none-any-whl

Installing without PIP

Installation is also possible without PIP. For this reason we provide the packed source as a .tar.gz. Extract the .tar.gz and change into the directory containing the setup.py.

Then run

python setup.py install

or

python setup.py install --user