Commit 76b26679 authored by Francisco Massa's avatar Francisco Massa Committed by Soumith Chintala
Browse files

Add note on README about OSX install and PyTorch 1.1 (#939)

parent 9ffeeb5f
...@@ -19,6 +19,8 @@ The torchvision package consists of popular datasets, model architectures, and c ...@@ -19,6 +19,8 @@ The torchvision package consists of popular datasets, model architectures, and c
Installation Installation
============ ============
TorchVision requires PyTorch 1.1 or newer.
Anaconda: Anaconda:
.. code:: bash .. code:: bash
...@@ -36,6 +38,8 @@ From source: ...@@ -36,6 +38,8 @@ From source:
.. code:: bash .. code:: bash
python setup.py install python setup.py install
# or, for OSX
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
Image Backend Image Backend
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment