Generic Robot Framework Remote library based on RPyC
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