Update README

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 02:35:39 -07:00 committed by GitHub
parent a66b1efeae
commit 43e060ee03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,9 +118,9 @@ uv pip compile pyproject.toml -o requirements.txt --group dev
### Bundling, Releases, Deployment and Cleanup ### Bundling, Releases, Deployment and Cleanup
Bundling with [PyInstaller](https://pyinstaller.org/en/stable/index.html) can be done by Bundling the CLI command with [PyInstaller](https://pyinstaller.org/en/stable/index.html) can be done by
```bash ```bash
uv run pyinstaller --clean -F src/cmd.py --name smithycmd uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py
``` ```
(or `just compile`) (or `just compile`)
which will output an executable `smithycmd` for the CLI in `dist/`, which can be uploaded which will output an executable `smithycmd` for the CLI in `dist/`, which can be uploaded