1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Pymodbus REPL (Read Evaluate Print Loop)
=========================================
Pymodbus provides a simple UI to maniplute server/client, this is handled
by a separate repo `pymodbus-repl <https://github.com/pymodbus-dev/repl>`__
Install as pymodbus optional dependency
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
$ pip install ".[repl]"
Install directly from the github repo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
$ pip install "git+https://github.com/pymodbus-dev/repl"
|