Skip to content

Commit 674ee44

Browse files
chenyuntcfacebook-github-bot
authored andcommitted
fix conda install cmd in INSTALL.md
Summary: Pull Request resolved: facebookresearch#8 Differential Revision: D19556466 Pulled By: nikhilaravi fbshipit-source-id: 26aa361882b688e7cd159e0d7d8cfad37d0049c1
1 parent d46e7fa commit 674ee44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After installing the above dependencies, run one of the following commands:
5252

5353
```
5454
# Anaconda Cloud
55-
conda install pytorch3d
55+
conda install pytorch3d -c pytorch3d
5656
```
5757

5858
### 2. Install from GitHub

0 commit comments

Comments
 (0)