From c9d8213cefcc08210b167f3f6007d9568642d6b3 Mon Sep 17 00:00:00 2001 From: Viacheslav Kukushkin Date: Fri, 22 Dec 2023 15:24:16 +0300 Subject: [PATCH] Tutorials: include links to medperf client installation If user starts with any of tutorials, he is advised to install server (`setup.md`) but no word about client installation --- docs/getting_started/setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting_started/setup.md b/docs/getting_started/setup.md index 1a8b6b867..a7fc2963b 100644 --- a/docs/getting_started/setup.md +++ b/docs/getting_started/setup.md @@ -2,6 +2,10 @@ This setup is only for running the tutorials. If you are using MedPerf with a real benchmark and real experiments, skip to [this section](#choose-the-container-runner) to optionally change your container runner. Then, follow the tutorials as a general guidance for your real experiments. +## Setup MedPerf Client + +If you are new user and that are your first steps, install MedPerf environment and client library firstly as described [there](installation.md). + ## Run a Local MedPerf Server For this tutorial, you should spawn a local MedPerf server for the MedPerf client to communicate with. Note that this server will be hosted on your `localhost` and not on the internet.