Skip to content

Commit

Permalink
Update README.md (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored Apr 28, 2024
1 parent 8497a79 commit 8becd03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8becd03

Please sign in to comment.