From 679e7df42f2e5bcc32a74a2a50fda46de9183a7a Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Mon, 15 Apr 2024 18:31:00 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com> --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ecf3075..efcafd84 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,10 @@ To manually build a package for distribution, follow the steps below. ### Requirements -* A C++ compiler that supports C++20 and `std::span` (e.g. `clang++` >= 7, - `g++` >= 10, or `MSVC` >= 1930 which is included in Visual Studio 2022). +* A C++ compiler that supports C++20 and `std::span`, e.g: + * `clang++` >= 7 + * `g++` >= 10 + * `MSVC` >= 1930 (included in Visual Studio 2022) * python3 * python3-dev * python3-venv