summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-11-16 10:45:56 -0500
committerGitHub <noreply@github.com>2016-11-16 10:45:56 -0500
commit56dd4132c44e9aa07185193dd15fdc14ffe4360d (patch)
tree6278e32e814e854099298bf001fda28da25b0654 /README.md
parentae6f2dd11cddf527a658961d682e81d28e622a89 (diff)
downloadpytorch-56dd4132c44e9aa07185193dd15fdc14ffe4360d.tar.gz
pytorch-56dd4132c44e9aa07185193dd15fdc14ffe4360d.tar.bz2
pytorch-56dd4132c44e9aa07185193dd15fdc14ffe4360d.zip
add MACOSX_DEPLOYMENT_TARGET to instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index def6d622b4..2e16369cdb 100644
--- a/README.md
+++ b/README.md
@@ -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 .
```