Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lin Zhihao <[email protected]>
  • Loading branch information
junhaoliao and LinZhihao-723 authored Apr 15, 2024
1 parent a1f5490 commit 679e7df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 679e7df

Please sign in to comment.