From b7786681327846404a8cb0b58973c5c799e391e3 Mon Sep 17 00:00:00 2001 From: frederikzt Date: Fri, 7 Feb 2020 09:47:32 -0800 Subject: [PATCH] Added single quote to the markdown block (#23) Summary: The missing single quote makes you unable to directly cope the line if code into Colab Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/23 Differential Revision: D19791643 Pulled By: nikhilaravi fbshipit-source-id: 2aa043ad4163eb7146c7b8b00bd8846ae61d8009 --- website/pages/tutorials/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index e8ca4e9d..8eaf3694 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.