Skip to content

Commit 835f9c1

Browse files
MGross21michal-milkowski
authored andcommitted
Update installation instructions in README.md for local and pre-built package usage
1 parent bd43b3a commit 835f9c1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,21 @@ when RTDE port 30004 is forwarded.
5555
Leave 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

0 commit comments

Comments
 (0)