02 Jun
02Jun

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

Source

Check the version of a given Python library:

pip show pyModbusTCP 
or pip3 show pyModbusTCP

Source

Comments
* The email will not be published on the website.