Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down