Commit 38eadb75 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

Deduplicate installation instructions

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

Reviewed By: gkioxari

Differential Revision: D22160787

fbshipit-source-id: 8eb81030727f71951f8785f71c0a332ef58e790c
parent daf9eac8
......@@ -132,8 +132,9 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
<ol>
<li>
<strong>Install PyTorch3D:</strong>
<MarkdownBlock>{bash`conda install pytorch torchvision -c pytorch # OSX only
conda install pytorch3d -c pytorch3d # all systems`}</MarkdownBlock>
<p>See the instructions
<a href="https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md">here</a>.
</p>
</li>
<li>
<strong>Try a few 3D operators </strong>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment