Skip to the content.

ipypm - Installation

You can install the pyPM.ca software to run on your own computer/server by:

from ipypm import ipypm
ipypm.run_gui()

these tell python to import ipypm and start the gui. Execute the lines by hitting shift-enter

from ipypm import ipypm
my_ipypm = ipypm.ipypm()
my_ipypm.get_display()

In case of problems