Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminastrand committed Nov 29, 2024
1 parent 9669942 commit fd5ec37
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions examples/async-clients/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Clone FEDn
git clone https://github.com/scaleoutsystems/fedn.git
Install FEDn and dependencies
Install FEDn

.. code-block::
pip install fedn
Prepare the example environment, the compute package and seed model
Prepare the example environment and seed model
-------------------------------------------------------------------

Standing in the folder fedn/examples/async-clients
Expand All @@ -38,12 +38,6 @@ Standing in the folder fedn/examples/async-clients
pip install -r requirements.txt
Create the compute package:

.. code-block::
fedn package create --path client
Create the seed model:

.. code-block::
Expand All @@ -63,7 +57,7 @@ Deploy FEDn on localhost. Standing in the the FEDn root directory:
docker-compose up
Initialize FEDn with the compute package and seed model
Initialize FEDn with the and seed model

.. code-block::
Expand Down

0 comments on commit fd5ec37

Please sign in to comment.