Skip to content

Commit

Permalink
Document the compiler required to build the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Dec 10, 2023
1 parent 21dd1df commit 3adcb8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ version >= 3.6.

## Building/Packaging

To manually build a package for distribution, run the following steps. This
process will generate both .tar.gz package and .whl package under `./dist/`
directory.
To manually build a package for distribution, run the following steps. You will
need a C++ compiler which supports C++20 (e.g. `clang++` >= 7 or g++ >= 10). The
steps will generate both a `.tar.gz` and `.whl` package under `./dist/`.

```bash
# 1. Create and enter a virtual environment
Expand Down

0 comments on commit 3adcb8c

Please sign in to comment.