Installation
Installation¶
Requires Python 3.11 or later.
Stable release¶
$ pip install givenergy-modbus
This installs the most recent stable release from PyPI.
From source¶
Clone the repository and install directly:
$ git clone https://github.com/dewet22/givenergy-modbus
$ cd givenergy-modbus
$ pip install .
Or install from the GitHub tarball:
$ pip install https://github.com/dewet22/givenergy-modbus/tarball/main