mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
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:
parent
533887a188
commit
b778668132
@ -36,7 +36,7 @@ class TutorialHome extends React.Component {
|
||||
<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>
|
||||
<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>
|
||||
<p> There is also a button to download the notebook and source code to run it locally. </p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user