- Download artifact from the build history on Github
- Extract contents of the
.zip
file - Run
mpm.exe
A minimal sample project is available at src/mpm/tests/project/project.pmp
.
- Install Python 3.8
- Install Poetry
- Install Git
git clone https://github.com/epcpower/m-pm
cd m-pm
git submodule update --init
[email protected] install
[email protected] run builduimpm
[email protected] run builduiepyqlib
To launch M-PM run [email protected] run mpm
.
- Install Python 3.8
- pyenv to get Python versions
- Install git
git clone https://github.com/epcpower/m-pm
cd m-pm
git submodule update --init
[email protected] install
[email protected] run builduimpm
[email protected] run builduiepyqlib
To launch M-PM run [email protected] run mpm
A minimal sample project is available at src/mpm/tests/project/project.pmp
.