Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 1.81 KB

README.rst

File metadata and controls

80 lines (55 loc) · 1.81 KB

Parameter Manager

AppVeyor build status 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.7
  • Install Git
  • git clone https://github.com/altendky/pm
  • cd pm
  • git submodule update --init
  • py boots.py ensure
    • Run with any recent Python, the proper Python version will be selected
  • wait
  • wait some more...
  • ...

To launch PM run venv\Scripts\epcpm.exe.

Linux

  • Install Python 3.7
    • pyenv to get Python versions
  • Install git
  • git clone https://github.com/altendky/pm
  • cd pm
  • git submodule update --init
  • python boots.py ensure
    • Run with any recent Python, the proper Python version will be selected
  • wait
  • a bit more, but not nearly as much as Windows

To launch PM run venv/bin/epcpm

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