Skip to content

Commit

Permalink
Update getting_started.rst (#2737)
Browse files Browse the repository at this point in the history
* Update getting_started.rst

* No need to mkdir

With mkdir, the copied folder has structure simulator-example/hello-pt/jobs, while without mkdir, the copied folder has structure simulator-example/jobs

* Update getting_started.rst

* Add hello-pt to the folder structure

---------

Co-authored-by: Sean Yang <[email protected]>
  • Loading branch information
hwpang and SYangster authored Aug 2, 2024
1 parent de9ef95 commit 236f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 236f4a0

Please sign in to comment.