summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 .
```