Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 617 Bytes

README.rst

File metadata and controls

36 lines (21 loc) · 617 Bytes

RPyC Robot Remote Library

Generic Robot Framework Remote library based on RPyC

Installation

Install the latest release via PyPi using pip:

pip install robotframework-rpycremote

Or add to your conda.yaml file:

- pip:
    - robotframework-rpycremote

In oder to help with development you can directly install from GitHub via:

pip install git+https://github.com/rlehfeld/robotframework-rpycremote.git

Or add to your conda.yaml file:

- pip:
    - git+https://github.com/rlehfeld/robotframework-rpycremote.git

Usage