Skip to content

Commit

Permalink
add MACOSX_DEPLOYMENT_TARGET to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith authored Nov 16, 2016
1 parent ae6f2dd commit 56dd413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ conda install -c soumith magma-cuda75# or magma-cuda80

#### Install PyTorch
```bash
export MACOSX_DEPLOYMENT_TARGET=10.9 # for OSX
pip install -r requirements.txt
pip install .
```
Expand Down

0 comments on commit 56dd413

Please sign in to comment.