diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index a2bd0bec..16ea77c6 100644 --- a/website/pages/tutorials/index.js +++ b/website/pages/tutorials/index.js @@ -58,12 +58,10 @@ class TutorialHome extends React.Component {

{' '} You can modify the code and experiment with varying different - settings. Remember to install pytorch, torchvision, fvcore and - pytorch3d in the first cell of the colab notebook by running:{' '} + settings. Remember to install the latest stable version of + pytorch3d and its dependencies. Code to do this with pip is + provided in each notebook.{' '}

- {bash`!pip install torch torchvision -!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'`} - This installs the latest stable version of PyTorch3D from github.

Run locally

{' '}