henrykironde / retriever

Quickly download, clean up, and install ecological datasets into a database management system
http://ecodataretriever.org
Other
0 stars 2 forks source link

build #123

Open henrykironde opened 5 years ago

henrykironde commented 5 years ago

setup

python setup.py install rm -r build dist rm -r dist mkdir packages

create distributable version

pyinstaller ./pyinstaller.spec

package distributable installer

ISCC.exe ./retriever_installer.iss

cleanup

mv Output/RetrieverSetup.exe packages rm -rf build dist Output release sh build_win