Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Apr 5, 2024
1 parent 1f36058 commit 11c720f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11c720f

Please sign in to comment.