Skip to content

Repository files navigation

Steps to create distributable

Install Pyinstaller

pip install pyinstaller

(Optional) Generate release spec file if it doesn't exist

pyinstaller --onefile --name import_tool import.py

(Optional) edit import_tool.spec file to include import_config.json file

datas=[('import_config.json', '.')],

Generate program with

pyinstaller import_tool.spec

1i - Other Adult 1st line regimen

About

Data Import tool for AggregateDB

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages