Skip to content

rlehfeld/robotframework-rpycremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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