Installation
1. Setting UV, the Python project manager
To facilitate the creation of virtual environments and manage Python packages and their dependencies we use a state of the art framework uv, its installation is straightforward and can be done via the following command:
2. Install ZROS
Recommended for most users
Install the latest stable release from the Python Package Index (PyPI).
System Requirements
ZROS requires Python 3.8 or higher. If you have a previous version, you can create a virtual environment with a compatible version using uv venv --python 3.8 or higher.