The Power Terminal works cross Telnet, SSH, MQTT and RESTful, without modification the Robot code
- $ python3 -m pip install -e git+https://github.com/robotframework-terminal/[email protected]#egg=PowerTerminal
- $ python3 -m venv .venv
- $ source .venv/bin/activate
- $ python3 -m pip install --upgrade -r requirements.txt
- $ deactivate
Pending...