reserve85 / HoymilesZeroExport

Zero Export Script for Hoymiles Inverters using AhoyDTU / OpenDTU and Tasmota Smart Meter inferface / Shelly 3EM / SHRDZM / Emlog / ioBroker
GNU General Public License v3.0
144 stars 33 forks source link

Add python to "Prerequisites" in ReadMe #254

Closed mi-hol closed 2 weeks ago

mi-hol commented 2 weeks ago

Currently only hardware related prerequisites are mentioned in ReadMe but due a number of issues (i.e. #137, https://github.com/reserve85/HoymilesZeroExport/issues/121#issuecomment-1890382841) I'd suggest to extend this section with the software prerequisites. Best would be to explain it in a way that existing system-wide python installations are used (if minimum python version requirement is met) to avoid later issues like require to use venv.

BTW: due to https://devguide.python.org/versions/ minimum python version requirement should be changed with the end-of-life dates

Tobias, Does this proposal make sense?