.. _installation:
Installation
============
.. role:: shell(code)
:language: shell
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:
:shell:`pip install py-uds`
- To update your installation to the newest version of the package, run the following command:
:shell:`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 `_:
:shell:`pip install git+https://github.com/mdabrowski1990/uds.git@main`
.. warning:: Use this code on your own responsibility.