Skip to content

Commit

Permalink
update client cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Nov 13, 2024
1 parent 20034b2 commit bb4d40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,23 +187,23 @@ Start a client (using a 10-split and the 1st partition) by running the following
export FEDN_PACKAGE_EXTRACT_DIR=package
export FEDN_NUM_DATA_SPLITS=10
export FEDN_DATA_PATH=./data/clients/1/mnist.pt
fedn client start -in client.yaml --secure=True --force-ssl
fedn client start -in client.yaml

.. code-tab:: bash
:caption: Windows (PowerShell)

$env:FEDN_PACKAGE_EXTRACT_DIR=".\package"
$env:FEDN_NUM_DATA_SPLITS=10
$env:FEDN_DATA_PATH=".\data\clients\1\mnist.pt"
fedn client start -in client.yaml --secure=True --force-ssl
fedn client start -in client.yaml

.. code-tab:: bash
:caption: Windows (CMD.exe)

set FEDN_PACKAGE_EXTRACT_DIR=.\package\\
set FEDN_NUM_DATA_SPLITS=10
set FEDN_DATA_PATH=.\data\\clients\\1\\mnist.pt
fedn client start -in client.yaml --secure=True --force-ssl
fedn client start -in client.yaml


Repeat these two steps (generate an access token and start a local client) for the number of clients you want to use.
Expand Down

0 comments on commit bb4d40e

Please sign in to comment.