-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Takaaki AOKI edited this page Apr 20, 2018
·
4 revisions
- English (https://github.com/takaakiaoki/suzu/blob/master/README.rst)
- Japanese (https://github.com/takaakiaoki/suzu/blob/master/README-ja.rst)
pip install lockfile
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.
simply,
python setup.py sdist upload
The following packages are required.
-
Inno Setup (http://www.jrsoftware.org/isinfo.php) should be installed to package windows software
-
docutils, pywin32 and cx_Freeze should be installed to build .exe by
pip install docutils pip install pywin32 pip install cx_freeze
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 .