From 8becd03b661b2057909c060fc935e7c9ffaa319c Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Sat, 27 Apr 2024 21:37:33 -0700 Subject: [PATCH] Update README.md (#218) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61edcdd..a6d601f 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,10 @@ We recommend users start with our [tutorial folder](https://github.com/som-shahl ```bash pip install femr -# If you are using deep learning, also run... +# If you are using deep learning, you also need to install xformers +# Note that xformers has some issues with MacOS. You might also need to install llvm. See https://stackoverflow.com/questions/60005176/how-to-deal-with-clang-error-unsupported-option-fopenmp-on-travis pip install xformers + ``` # Getting Started