Skip to content

Commit 38eadb7

Browse files
bottlerfacebook-github-bot
authored andcommitted
Deduplicate installation instructions
Summary: Remove abbreviated installation instructions from the homepage because they confuse. Reviewed By: gkioxari Differential Revision: D22160787 fbshipit-source-id: 8eb81030727f71951f8785f71c0a332ef58e790c
1 parent daf9eac commit 38eadb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/pages/en/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
132132
<ol>
133133
<li>
134134
<strong>Install PyTorch3D:</strong>
135-
<MarkdownBlock>{bash`conda install pytorch torchvision -c pytorch # OSX only
136-
conda install pytorch3d -c pytorch3d # all systems`}</MarkdownBlock>
135+
<p>See the instructions
136+
<a href="https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md">here</a>.
137+
</p>
137138
</li>
138139
<li>
139140
<strong>Try a few 3D operators </strong>

0 commit comments

Comments
 (0)