Skip to content

eloza/pm

 
 

Repository files navigation

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/st
  • cd st
  • git submodule update --init
  • py create_venv.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/st
  • cd st
  • git submodule update --init
  • python create_venv.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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%