From eb832fd4e14c5d3141c12bbb471b9d87196e4450 Mon Sep 17 00:00:00 2001 From: Abhiroop Bhavsar <126786356+akky20@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:03:23 +0530 Subject: [PATCH] Added Prerequisites section in python tutorial (#516) Signed-off-by: Abhiroop Bhavsar --- tutorials/06_python_support.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tutorials/06_python_support.md b/tutorials/06_python_support.md index 81ebd260..ae724d25 100644 --- a/tutorials/06_python_support.md +++ b/tutorials/06_python_support.md @@ -22,6 +22,18 @@ mkdir ~/gz_transport_tutorial cd ~/gz_transport_tutorial ``` +## Prerequisites + +Before you begin, make sure you have the following installed: + +- python3-gz-transport13 + +To install the required package in Linux, run: + +```bash +sudo apt install python3-gz-transport13 +``` + ## Publisher Download the [publisher.py](https://github.com/gazebosim/gz-transport/blob/gz-transport13/python/examples/publisher.py) file within the `gz_transport_tutorial`