Skip to content

Commit

Permalink
Added Prerequisites section in python tutorial (#516)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhiroop Bhavsar <[email protected]>
  • Loading branch information
akky20 authored Aug 13, 2024
1 parent 9dd739f commit eb832fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tutorials/06_python_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit eb832fd

Please sign in to comment.