Skip to content

Commit

Permalink
Update src/py/flwr/cli/install.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Shen Ng <[email protected]>
  • Loading branch information
panh99 and chongshenng authored Nov 22, 2024
1 parent 77ad285 commit c45a332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def validate_and_install(
shutil.copy2(item, install_dir / item.name)

typer.secho(
f"🎊 Successfully installed {project_name}.",
f"🎊 Successfully installed {project_name} to {install_dir}.",
fg=typer.colors.GREEN,
bold=True,
)
Expand Down

0 comments on commit c45a332

Please sign in to comment.