We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a035ade commit ab0d8aeCopy full SHA for ab0d8ae
README.md
@@ -34,7 +34,7 @@ cmake --build . --target install
34
Enter the unitree_sdk2_python directory, set `CYCLONEDDS_HOME` to the path of the cyclonedds you just compiled, and then install unitree_sdk2_python.
35
```bash
36
cd ~/unitree_sdk2_python
37
-export CYCLONEDDS_HOME="~/cyclonedds/install"
+export CYCLONEDDS_HOME=~/cyclonedds/install
38
pip3 install -e .
39
```
40
For details, see: https://pypi.org/project/cyclonedds/#installing-with-pre-built-binaries
0 commit comments