diff --git a/examples/opacus/README.md b/examples/opacus/README.md index 5a816d008f9c..d08f534f878e 100644 --- a/examples/opacus/README.md +++ b/examples/opacus/README.md @@ -37,10 +37,9 @@ opacus ### Install dependencies and project -Install the dependencies defined in `pyproject.toml` as well as the `opacus_fl` package. +Install the dependencies defined in `pyproject.toml` as well as the `opacus_fl` package. From a new python environment, run: ```shell -# From a new python environment, run: pip install -e . ```