cadet-cli/package
dependabot[bot] 7bfb915409
Bump py from 1.9.0 to 1.11.0 in /package (#25)
Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.11.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.11.0)

---
updated-dependencies:
- dependency-name: py
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 02:00:27 -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 Upgrading PyInstaller to Appease Dependabot (#14) 2020-07-26 17:28:46 -04:00
requirements.txt Bump py from 1.9.0 to 1.11.0 in /package (#25) 2023-01-01 02:00:27 -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