File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,21 @@ when RTDE port 30004 is forwarded.
5555Leave host, and guest IP fields blank.
5656
5757# Using rtde library
58- Copy rtde folder to python project or install with
59- ``` bash
60- pip install .
61- # or use pre-built package from github
62- pip install ./rtde-< version> -release.zip
63- pip install https://github.com/UniversalRobots/RTDE_Python_Client_Library/releases/download/[version]/rtde-[version]-release.zip
58+ Importing locally into project and install
59+ ``` bash
60+ git clone https://github.com/UniversalRobots/RTDE_Python_Client_Library
61+ pip install RTDE_Python_Client_Library
62+ ```
63+ Install latest github commit
64+ ``` bash
65+ pip install git+https://github.com/UniversalRobots/RTDE_Python_Client_Library.git@main
66+ ```
67+ Use [ pre-built package] ( https://github.com/UniversalRobots/RTDE_Python_Client_Library/releases ) from github
68+ ``` bash
69+ pip install git+https://github.com/UniversalRobots/RTDE_Python_Client_Library.git@< version-tag> # vX.X.X
6470```
6571
66- Library is compatible with Python 2.7+, and Python 3.6+
72+ Library is compatible with Python 2.7+ and Python 3.6+
6773
6874# Build release package
6975``` bash
You can’t perform that action at this time.
0 commit comments