зеркало из https://github.com/microsoft/cadet-cli.git
7bfb915409
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> |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
requirements-to-freeze.txt | ||
requirements.txt |
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