Skip to content

Commit

Permalink
[doc] Improve installation instructions on OSX (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassa authored Dec 20, 2021
1 parent 29b4c1a commit 5148844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ There are two ways you can install it:
cd xformers
pip install -r requirements.txt
pip install -e .
# or, for OSX
MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ pip install -e .
```

#### Sparse attention kernels
Expand Down

0 comments on commit 5148844

Please sign in to comment.