diff --git a/docs/getting_started.rst b/docs/getting_started.rst index cee26e8f9e..171a5e6c8c 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -304,7 +304,7 @@ we can install these in the Python virtual environment by running: .. code-block:: shell source nvflare-env/bin/activate - python3 -m pip install -r simulator-example/requirements.txt + python3 -m pip install -r simulator-example/hello-pt/requirements.txt If using the Dockerfile above to run in a container, these dependencies have already been installed.