Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Oct 7, 2024
1 parent 2678dd2 commit bae2161
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/quickstart-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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/
Expand Down

0 comments on commit bae2161

Please sign in to comment.