Installation

Prerequisites

#

Item

Distribution

Link

Python

CPython version 3.9 or higher

https://www.python.org/

Java

OpenJdk temurin versions 8 and 11

https://adoptium.net/temurin/releases

OS

Windows, Linux, MACOS

JAVA_HOME environment variable

Make sure that the JAVA_HOME environment variable is set correctly read

$ echo $JAVA_HOME

Install from pip

> pip install pymeter

Now you can open a python shell

> python
>>> import pymeter

You are good to go! 👍