Skip to content

epcpower/pm

Repository files navigation

Parameter Manager

tests on GitHub Actions source on GitHub

Parameter Manager screenshot

Running From Binary

Windows

A minimal sample project is available at src/epcpm/tests/project/project.pmp.

Running From Source

Windows

  • Install Python 3.8
  • Install Poetry
  • Install Git
  • git clone https://github.com/epcpower/pm
  • cd pm
  • git submodule update --init
  • poetry@1.5.1 install
  • poetry@1.5.1 run builduipm
  • poetry@1.5.1 run builduiepyqlib

To launch PM run poetry@1.5.1 run epcpm.

Linux

  • Install Python 3.8
    • pyenv to get Python versions
  • Install git
  • git clone https://github.com/epcpower/pm
  • cd pm
  • git submodule update --init
  • poetry@1.5.1 install
  • poetry@1.5.1 run builduipm
  • poetry@1.5.1 run builduiepyqlib

To launch PM run poetry@1.5.1 run epcpm

A minimal sample project is available at src/epcpm/tests/project/project.pmp.