diff --git a/README.md b/README.md index f578b89..26f946f 100644 --- a/README.md +++ b/README.md @@ -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