Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 438 Bytes

File metadata and controls

12 lines (8 loc) · 438 Bytes

Work-in-progress! Does not work yet!

easyinstaller

Create installers for Windows, Mac, Linux to distribute your Python applications.

Getting started

Please ensure that you have Python 3 installed.

  1. Run: pip install ruamel.yaml (a library for reading YAML files)
  2. Copy config_sample.yaml to config.yaml, and change the configuration to match your project's requirements.
  3. Run: python build.py --config config.yaml