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
This commit is contained in:
Yun Chen 2020-01-24 07:23:54 -08:00 committed by Facebook Github Bot
parent d46e7fa1a6
commit 674ee44ca8

View File

@ -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