Skip to content

Commit

Permalink
DOC: Update OpenMP flag documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Apr 22, 2024
1 parent 9033a0a commit 920372b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Compatible compilers through Pybind11:
To disable OpenMP use:

```bash
SKBUILD_CMAKE_ARGS="-DDIPTEST_ENABLE_OPENMP=OFF" pip install diptest --no-binary diptest
SKBUILD_CMAKE_ARGS="-DDIPTEST_DISABLE_OPENMP=ON" pip install diptest --no-binary diptest
```

#### Debug installation
Expand Down

0 comments on commit 920372b

Please sign in to comment.