-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update commercial support section in project README (#192)
Signed-off-by: eProsima <[email protected]>
- Loading branch information
1 parent
e89a029
commit c3b567d
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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 \ | ||
|