Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 539 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 539 Bytes

Introduction

The Power Terminal works cross Telnet, SSH, MQTT and RESTful, without modification the Robot code

How to install

How to use it under a virtual environment

Active the virtual enviroment

  • $ python3 -m venv .venv
  • $ source .venv/bin/activate
  • $ python3 -m pip install --upgrade -r requirements.txt

Deactive the virtual enviroment

  • $ deactivate

Example

TODO

Pending...