From fd5ec37f190af063e1077c56189f3efde068ca18 Mon Sep 17 00:00:00 2001 From: benjaminastrand Date: Fri, 29 Nov 2024 15:13:23 +0100 Subject: [PATCH] Update README --- examples/async-clients/README.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/examples/async-clients/README.rst b/examples/async-clients/README.rst index 35c84d04..b9f8f258 100644 --- a/examples/async-clients/README.rst +++ b/examples/async-clients/README.rst @@ -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 @@ -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:: @@ -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::