From fabcbae4814bc090022b4f1d9b020c948871f1a4 Mon Sep 17 00:00:00 2001 From: Francisco Massa Date: Tue, 21 May 2019 20:37:57 +0200 Subject: [PATCH] Add note on README about OSX install and PyTorch 1.1 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 81db70b073b..58811a76f23 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,8 @@ The torchvision package consists of popular datasets, model architectures, and c Installation ============ +TorchVision requires PyTorch 1.1 or newer. + Anaconda: .. code:: bash @@ -36,6 +38,8 @@ From source: .. code:: bash python setup.py install + # or, for OSX + # MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install Image Backend