Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocadni authored Mar 21, 2022
1 parent 0c19f17 commit 8a6e76d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ When not installing with `pip`, make sure to include the `sib` folder into the p

Use OpenMP with Apple Clang and Homebrew libomp:
1. Check requirements.
1. `brew install libomp`
2. open setup.py and uncomment the following line:
2. Create a conda env (tested with python=3.8) and activate it
3. `conda install openmp`
4. open setup.py and uncomment the following line:
- `COMPILE_FLAGS = "-fPIC -std=c++11 -Wall -O3 -g -Xpreprocessor -fopenmp"`
- `extra_link_args = ["-lomp", "-lm"]`
3. `pip install .`
5. `pip install .` in the sib folder.

## Quick start

Expand Down

0 comments on commit 8a6e76d

Please sign in to comment.