Deduplicate installation instructions

Summary: Remove abbreviated installation instructions from the homepage because they confuse.

Reviewed By: gkioxari

Differential Revision: D22160787

fbshipit-source-id: 8eb81030727f71951f8785f71c0a332ef58e790c
This commit is contained in:
Jeremy Reizenstein 2020-07-09 07:14:02 -07:00 committed by Facebook GitHub Bot
parent daf9eac801
commit 38eadb75e2

View File

@ -132,8 +132,9 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
<ol> <ol>
<li> <li>
<strong>Install PyTorch3D:</strong> <strong>Install PyTorch3D:</strong>
<MarkdownBlock>{bash`conda install pytorch torchvision -c pytorch # OSX only <p>See the instructions
conda install pytorch3d -c pytorch3d # all systems`}</MarkdownBlock> <a href="https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md">here</a>.
</p>
</li> </li>
<li> <li>
<strong>Try a few 3D operators </strong> <strong>Try a few 3D operators </strong>