refactor(framework): Skip installation of dependencies in flwr new message#7477
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the flwr new CLI success message to reflect the newer workflow where users can immediately run a freshly created app without being prompted to install dependencies.
Changes:
- Simplifies the post-creation prompt by removing the
pip install -e .guidance. - Replaces the “cd + run” instructions with a single
flwr run <app_dir> --streamcommand. - Keeps the README guidance intact while adjusting the surrounding prompt text.
Critical issues
- None.
Simplicity/readability suggestions
- Minor: remove the trailing space in the printed
flwr run ... --streamcommand (PR comment added).
Consistency concerns
- None.
Whether the PR should be split
- No.
Overall verdict
- Looks good; only a minor prompt-formatting nit.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 227126f560
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Before:
after: