PyResistESDevice is a python project which aims to allow communication with an Electro-Static Resistivimeter Device developped by Metis Laboratory.
You can install, upgrade, uninstall PyResistESDevice with these commands:
$ pip install pyresistesdevice $ pip install --upgrade pyresistesdevice $ pip uninstall pyresistesdevice
Or if you don't have pip:
$ easy_install pyresistesdevice