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
This commit is contained in:
frederikzt 2020-02-07 09:47:32 -08:00 committed by Facebook Github Bot
parent 533887a188
commit b778668132

View File

@ -36,7 +36,7 @@ class TutorialHome extends React.Component {
<p> You can modify the code and experiment with varying different settings. <p> 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: </p> Remember to install pytorch, torchvision, fvcore and pytorch3d in the first cell of the colab notebook by running: </p>
<MarkdownBlock>{bash`!pip install torch torchvision <MarkdownBlock>{bash`!pip install torch torchvision
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git`}</MarkdownBlock> !pip install 'git+https://github.com/facebookresearch/pytorch3d.git'`}</MarkdownBlock>
<h3> Run locally </h3> <h3> Run locally </h3>
<p> There is also a button to download the notebook and source code to run it locally. </p> <p> There is also a button to download the notebook and source code to run it locally. </p>
</div> </div>