Commit 9896626a authored by Soumith Chintala's avatar Soumith Chintala Committed by GitHub
Browse files

update readme instructions

parent 4b45196e
...@@ -17,18 +17,24 @@ This repository consists of: ...@@ -17,18 +17,24 @@ This repository consists of:
Installation Installation
============ ============
Binaries: Anaconda:
.. code:: bash .. code:: bash
conda install torchvision -c https://conda.anaconda.org/t/6N-MsQ4WZ7jo/soumith conda install torchvision -c soumith
From Source: pip:
.. code:: bash .. code:: bash
pip install torchvision pip install torchvision
From source:
.. code:: bash
python setup.py install
Datasets Datasets
======== ========
......
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