Install a sample (pyModbusTCP) package:
# install the last available release (stable): sudo pip install pyModbusTCP
# install a specific version (for example, release v0.1.10): sudo pip install pyModbusTCP==v0.1.10
# install a specific version (here release v0.1.10) directly from GitHub servers: sudo pip install git+https://github.com/sourceperl/pyModbusTCP.git@v0.1.10
Check the version of a given Python library:
pip show pyModbusTCP or pip3 show pyModbusTCP