Skip to content

Commit b778668

Browse files
frederikztfacebook-github-bot
authored andcommitted
Added single quote to the markdown block (facebookresearch#23)
Summary: The missing single quote makes you unable to directly cope the line if code into Colab Pull Request resolved: facebookresearch#23 Differential Revision: D19791643 Pulled By: nikhilaravi fbshipit-source-id: 2aa043ad4163eb7146c7b8b00bd8846ae61d8009
1 parent 533887a commit b778668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/tutorials/index.js

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

0 commit comments

Comments
 (0)