From 46a62b0dabb5f40610d63efb972ded6d819e17fb Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 10 Apr 2021 23:15:43 -0700 Subject: [PATCH] add note to initialize submodules --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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