add note to initialize submodules

This commit is contained in:
Andrew Cassidy 2021-04-10 23:15:43 -07:00
parent 9156ac199b
commit 46a62b0dab

View File

@ -12,11 +12,12 @@ comparable to the original library.
To install, first clone this repo and cd into it, then run:
```shell
git submodule update --init
pip install .
```
and setuptools will take care of any dependencies for you.
If you are on macOS, it is recommended to install openMP from homebrew to enable
If you are on macOS, it is recommended to first install openMP from homebrew to enable
multithreading, since it is not included in the default Apple Clang install:
```shell