Skip to content

Commit c3b567d

Browse files
Update commercial support section in project README (#192)
Signed-off-by: eProsima <jesuspoderoso@eprosima.com>
1 parent e89a029 commit c3b567d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
This is a work in progress, but ultimately the goal is having the complete *Fast DDS* API available in Python.
1515
Two packages are available in this repository: the proper Python binding, `fastdds_python`, and the examples, `fastdds_python_examples`.
1616

17+
## Commercial support
18+
19+
Looking for commercial support? Write us to info@eprosima.com
20+
21+
Find more about us at [eProsima’s webpage](https://eprosima.com/).
22+
1723
## Installation guide
1824

1925
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.
@@ -38,7 +44,7 @@ sudo apt install -y \
3844
libtinyxml2-dev
3945
```
4046

41-
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:
47+
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:
4248
```bash
4349
sudo apt update
4450
sudo apt install -y \

0 commit comments

Comments
 (0)