From da8643b6f0eb2689b2bd9ff318ecff4c3e01d61c Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 19 Jan 2017 09:54:17 +0000 Subject: [PATCH] pip install from PyPI --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ee1957fe6c3..90e53d5c3fb 100644 --- a/README.rst +++ b/README.rst @@ -27,8 +27,7 @@ From Source: .. code:: bash - pip install -r requirements.txt - pip install . + pip install torchvision Datasets ========