Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Feb 6, 2021
2 parents efbad0a + 0c170d1 commit 92f0fef
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 @@ -44,7 +44,7 @@ On Linux, the `pip` install should work out-of-the-box, as long as the system ha
**Note for macOS users:** on macOS, the Python version of this package will compile **without** multi-threading capabilities. This is due to default apple's redistribution of clang not providing OpenMP modules, and aliasing it to gcc which causes confusions in build scripts. If you have a non-apple version of clang with the OpenMP modules, or if you have gcc installed, you can compile this package with multi-threading enabled by setting up an environment variable `ENABLE_OMP=1`:
```
export ENABLE_OMP=1
pip install isotree
pip install hpfrec
```
(Alternatively, can also pass argument `enable-omp` to the setup.py file: `python setup.py install enable-omp`)

Expand Down

0 comments on commit 92f0fef

Please sign in to comment.