cadet-cli/package
Ben Greenier f004196f8b
Initial feature-set docs and starter code (#2)
* add logo, update readme

* add travis config

* .travis.yml - add newline at file end

* fix typo

* add example cli

* ignore vscode config

* reference contributing.md from readme.md

* add packaging tools

* revfix: capitalize SDK

* pytest support, basic test

* drop support for python2 in travis

* revfix: typos and improvements
2019-01-04 16:45:05 -05:00
..
.gitignore Initial feature-set docs and starter code (#2) 2019-01-04 16:45:05 -05:00
README.md Initial feature-set docs and starter code (#2) 2019-01-04 16:45:05 -05:00
requirements-to-freeze.txt Initial feature-set docs and starter code (#2) 2019-01-04 16:45:05 -05:00
requirements.txt Initial feature-set docs and starter code (#2) 2019-01-04 16:45:05 -05:00

README.md

package

This folder contains the utilities needed to package cadet into an install-able format, using pyInstaller.

Producing a package

Note: to create builds for different operating systems, these steps must be done on each desired os.

The following commands will produce a build artifact in the ./dist folder.

# note: ensure you're in the /package directory of this project
pip install -r requirements.txt
pyinstaller --onefile ../src/cadet.py