Work-in-progress! Does not work yet!
Create installers for Windows, Mac, Linux to distribute your Python applications.
Please ensure that you have Python 3 installed.
- Run:
pip install ruamel.yaml
(a library for reading YAML files) - Copy
config_sample.yaml
toconfig.yaml
, and change the configuration to match your project's requirements. - Run:
python build.py --config config.yaml