81 + * Install pymodbus `sudo pip3 install pymodbus` 82 + * Install pandas `sudo pip3 install pandas` (this should be refactored to not used pandas) 83 + * Install numpy `sudo pip3 uninstall numpy` (might have already been installed) followed by `sudo apt-get ins...