- Download artifact from the build history on AppVeyor
- Extract contents of the
.zip
file - Run
epcpm.exe
A minimal sample project is available at src/epcpm/tests/project/project.pmp
.
- 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
.
- 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
.