From bae2161b07b4291bf816db3a58cea0159388df97 Mon Sep 17 00:00:00 2001 From: jafermarq Date: Mon, 7 Oct 2024 22:24:29 +0100 Subject: [PATCH] tweaks --- examples/quickstart-cpp/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/quickstart-cpp/README.md b/examples/quickstart-cpp/README.md index 098d95f595b..b81494f235e 100644 --- a/examples/quickstart-cpp/README.md +++ b/examples/quickstart-cpp/README.md @@ -42,7 +42,7 @@ quickstart-cpp │ └── *.h # Various header files defining your client-side behaviour ├── src │ └── *.cc # Various source files defining your client-side behaviour -├── CMakeLists.txt # Project metadata like dependencies and configs +├── CMakeLists.txt # Tells CMake how to build the C++ project └── README.md ``` @@ -52,9 +52,7 @@ In this example, `SuperLink` and `ServerApp` use Flower's Python package, while 1. **Prepare for `SuperLink` and `ServerApp`** - In a new Python environment (Python 3.10.0 or higher), install the the project as defined in `pyproject.toml.` - - Install the dependencies defined in `pyproject.toml` as well as the `pytorchexample` package. + In a new Python environment (Python 3.10.0 or higher), install the the project as defined in `pyproject.toml.` Install the dependencies defined in `pyproject.toml` as well as the `pytorchexample` package. ```bash pip install -e py-server/