Skip to content
Takaaki AOKI edited this page Apr 20, 2018 · 4 revisions

User Instructions

Development memo

Required python packages

pip install lockfile

Versioning

version of suzu is defined in suzu/version.py, which is reffered by setup.py and other deployment scripts, except for contents of README.rst and README-ja.rst. Please ensure the version is update before deployment.

Deploy to PyPI

simply,

python setup.py sdist upload

Bulid Windows package

The following packages are required.

First, confirm the path tho inno setup in make_package.bat is correct and run make_package.bat. suzu-(version)-win-amd64.exe is build under dist folder, which is uploaded to release folder on github.com .

Clone this wiki locally