Commit b7786681 authored by frederikzt's avatar frederikzt Committed by Facebook Github Bot
Browse files

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
parent 533887a1
...@@ -36,7 +36,7 @@ class TutorialHome extends React.Component { ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment