From 674ee44ca83231dd2a13f00bf3b496ea5bb2e657 Mon Sep 17 00:00:00 2001 From: Yun Chen Date: Fri, 24 Jan 2020 07:23:54 -0800 Subject: [PATCH] fix conda install cmd in INSTALL.md Summary: Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/8 Differential Revision: D19556466 Pulled By: nikhilaravi fbshipit-source-id: 26aa361882b688e7cd159e0d7d8cfad37d0049c1 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0de6a4fe..853d7d7f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,7 +52,7 @@ After installing the above dependencies, run one of the following commands: ``` # Anaconda Cloud -conda install pytorch3d +conda install pytorch3d -c pytorch3d ``` ### 2. Install from GitHub