Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A small typo on website "pytorch3d.org/tutorials" #48

Closed
junekinns opened this issue Feb 11, 2020 · 1 comment
Closed

A small typo on website "pytorch3d.org/tutorials" #48

junekinns opened this issue Feb 11, 2020 · 1 comment

Comments

@junekinns
Copy link

I found a small typo on pytorch3d.org tutorial

Screen Shot 2020-02-11 at 9 14 25 PM

As I mentioned on screenshot above, the command

!pip install 'git+https://github.com/facebookresearch/pytorch3d.git
should be fixed to
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'
or
!pip install git+https://github.com/facebookresearch/pytorch3d.git

I know it is such a trivial but typo is typo...

@junekinns junekinns changed the title A small typo on "pytorch3d.org/tutorials/" A small typo on website "pytorch3d.org/tutorials" Feb 11, 2020
@nikhilaravi
Copy link
Contributor

Thanks for raising this as an issue. This change has already been made and we will update the website soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants