Installation
mlpyqtgraph is a python package which
is available on the Python Package Index (PyPi). You can
install it just like any other python package using pip
:
Alternatively, you can install mlpyqtgraph directly from source. To do this,
first clone the package from GitHub using git
:
It is recommended to install the mlpyqtgraph package into a virtual enviroment,
e.g. venv
. Refer to its refence
documentation for more details on
its creation and usage.
After the virtual environment has been created and activated, install the
mlpyqtgraph package using e.g. pip
:
Now, mpyqtgraph can be used whenever the appropriate virtual environment has been activated e.g., by trying the minimal example: