From c45a3322dfb7d2a2bcf72f00fad170ac20d248d4 Mon Sep 17 00:00:00 2001 From: Heng Pan Date: Fri, 22 Nov 2024 15:50:06 +0000 Subject: [PATCH] Update src/py/flwr/cli/install.py Co-authored-by: Chong Shen Ng --- src/py/flwr/cli/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/flwr/cli/install.py b/src/py/flwr/cli/install.py index d4d49f09cc6c..c2dd7b1585fd 100644 --- a/src/py/flwr/cli/install.py +++ b/src/py/flwr/cli/install.py @@ -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, )