Skip to content

Commit

Permalink
doc: update README.md with instructions for MacOS installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-cui committed Oct 16, 2023
1 parent 44e96cf commit f7d8b62
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,17 @@ conda create -n sopht-env
conda activate sopht-env
conda install python=3.10
```
3. (MacOS) System-wide installed dependencies

3. Set up `dependencies`!
On MacOS (especially M-series with ARM64 architecture), we require a Homebrew installed
`fftw` library and a working `clang++` compiler with `OpenMP` support. If these requirements
are not met, we recommend
```bash
brew install llvm
brew install fftw
```

4. Set up `dependencies`!

```bash
make poetry-install
Expand Down

0 comments on commit f7d8b62

Please sign in to comment.