зеркало из https://github.com/microsoft/cadet-cli.git
f004196f8b
* 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 |
||
---|---|---|
.. | ||
.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