Installation

Released versions

It is recommended to use released versions as they were fully tested and are considered as stable. UDS package is distributed via PyPI. All versions and other distribution related details can be found on https://pypi.org/project/py-uds/ page.

  • To install the package, run the following command in your command line interface:

pip install py-uds

  • To update your installation to the newest version of the package, run the following command:

pip install -U py-uds

Development version

For users who want to test features currently under development, the following command will help with installing the development version of the package that is currently stored on the main branch of github repository:

pip install git+https://github.com/mdabrowski1990/uds.git@main

Warning

Use this code on your own responsibility.