For Redhat 8, you will be using Python 3. Here are the pre-requisites:
sudo yum install epel-release sudo yum install python3-cheetah
For Redhat 7, you will be using Python 2. You will need to enable the EPEL repository, then install some pre-requisites. They are not bundled in the default repositories.
sudo yum install epel-release sudo yum install -y pyserial pyusb sudo yum install -y python2-pip
--
You received this message because you are subscribed to the Google Groups "weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-developm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/7915871a-9313-402c-8262-a63f6a66c69dn%40googlegroups.com.