From 11c720f974f49617d6aace8138a407f6d4233669 Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Fri, 5 Apr 2024 04:44:34 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b75f9a12..2ecf3075 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ 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 or - `g++` >= 10). +* 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). * python3 * python3-dev * python3-venv