Skip to content

Commit acc60db

Browse files
bottlerfacebook-github-bot
authored andcommitted
INSTALL.md clarification
Summary: Add fvcore and iopath explicitly. As mentioned in #1416. Reviewed By: shapovalov Differential Revision: D42451365 fbshipit-source-id: 0d8d2ead3f15dea6abef221fd5df2b4774abc83f
1 parent aa5b31d commit acc60db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

INSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ version_str="".join([
102102
torch.version.cuda.replace(".",""),
103103
f"_pyt{pyt_version_str}"
104104
])
105+
!pip install fvcore iopath
105106
!pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html
106107
```
107108

packaging/linux_wheels/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ version_str="".join([
2626
torch.version.cuda.replace(".",""),
2727
f"_pyt{pyt_version_str}"
2828
])
29+
!pip install fvcore iopath
2930
!pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html
3031
```

0 commit comments

Comments
 (0)