pycommon provides shared functionality for NEMEA modules written in Python.
It is primarily used by reporter modules, but can be reused in other NEMEA-related Python projects.
It is recommended to install using pip:
pip install .If you need to install for a specific Python interpreter (e.g., Python 3.9 vs. 3.11), run the above command with the corresponding interpreter:
python3.11 -m pip install .