diff --git a/src/py/flwr/cli/new/templates/app/README.md.tpl b/src/py/flwr/cli/new/templates/app/README.md.tpl index 516bed0f40c2..ddc42cafabc3 100644 --- a/src/py/flwr/cli/new/templates/app/README.md.tpl +++ b/src/py/flwr/cli/new/templates/app/README.md.tpl @@ -3,11 +3,7 @@ ## Install dependencies ```bash -# Using pip pip install . - -# Or using Poetry -poetry install ``` ## Run (Simulation Engine)