Skip to content

Commit

Permalink
Update commercial support section in project README (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: eProsima <[email protected]>
  • Loading branch information
JesusPoderoso authored Oct 18, 2024
1 parent e89a029 commit c3b567d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
This is a work in progress, but ultimately the goal is having the complete *Fast DDS* API available in Python.
Two packages are available in this repository: the proper Python binding, `fastdds_python`, and the examples, `fastdds_python_examples`.

## Commercial support

Looking for commercial support? Write us to [email protected]

Find more about us at [eProsima’s webpage](https://eprosima.com/).

## Installation guide

This tutorial shows how to build *Fast DDS Python* using [colcon](https://colcon.readthedocs.io), a command line tool to build sets of software packages.
Expand All @@ -38,7 +44,7 @@ sudo apt install -y \
libtinyxml2-dev
```

Additionally, *Fast DDS Python* also depends on a [SWIG](http://www.swig.org/) version lower than 4.2 (4.1 is recommended) and python3-dev. Install these dependencies running:
Additionally, *Fast DDS Python* also depends on a [SWIG](http://www.swig.org/) version lower than 4.2 (4.1 is recommended) and python3-dev. Install these dependencies running:
```bash
sudo apt update
sudo apt install -y \
Expand Down

0 comments on commit c3b567d

Please sign in to comment.