Remove installation instructions from tutorial website.

Summary: Now installation is a bit complicated, remove this instruction from the website and redirect to the notebooks themselves.

Reviewed By: nikhilaravi

Differential Revision: D24860588

fbshipit-source-id: 3bf1af3cdb69b564492fb01a5a5ba40203f3858e
This commit is contained in:
Jeremy Reizenstein 2020-11-10 13:04:57 -08:00 committed by Facebook GitHub Bot
parent de7af4a704
commit 47fafe2cce

View File

@ -58,12 +58,10 @@ class TutorialHome extends React.Component {
<p> <p>
{' '} {' '}
You can modify the code and experiment with varying different You can modify the code and experiment with varying different
settings. Remember to install pytorch, torchvision, fvcore and settings. Remember to install the latest stable version of
pytorch3d in the first cell of the colab notebook by running:{' '} pytorch3d and its dependencies. Code to do this with pip is
provided in each notebook.{' '}
</p> </p>
<MarkdownBlock>{bash`!pip install torch torchvision
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'`}</MarkdownBlock>
This installs the latest stable version of PyTorch3D from github.
<h3> Run locally </h3> <h3> Run locally </h3>
<p> <p>
{' '} {' '}