diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index e8ca4e9dd..8eaf36949 100644 --- a/website/pages/tutorials/index.js +++ b/website/pages/tutorials/index.js @@ -36,7 +36,7 @@ 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:

{bash`!pip install torch torchvision -!pip install 'git+https://github.com/facebookresearch/pytorch3d.git`} +!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'`}

Run locally

There is also a button to download the notebook and source code to run it locally.