diff options
author | Soumith Chintala <soumith@gmail.com> | 2016-11-16 10:45:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 10:45:56 -0500 |
commit | 56dd4132c44e9aa07185193dd15fdc14ffe4360d (patch) | |
tree | 6278e32e814e854099298bf001fda28da25b0654 /README.md | |
parent | ae6f2dd11cddf527a658961d682e81d28e622a89 (diff) | |
download | pytorch-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 . ``` |