From acc60db4f4449b3ea8e796dde60db4e438307556 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Mon, 16 Jan 2023 07:41:46 -0800 Subject: [PATCH] INSTALL.md clarification Summary: Add fvcore and iopath explicitly. As mentioned in #1416. Reviewed By: shapovalov Differential Revision: D42451365 fbshipit-source-id: 0d8d2ead3f15dea6abef221fd5df2b4774abc83f --- INSTALL.md | 1 + packaging/linux_wheels/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index d843e74c..7b99be77 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -102,6 +102,7 @@ version_str="".join([ torch.version.cuda.replace(".",""), f"_pyt{pyt_version_str}" ]) +!pip install fvcore iopath !pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html ``` diff --git a/packaging/linux_wheels/README.md b/packaging/linux_wheels/README.md index 48580f2b..d8871ffb 100644 --- a/packaging/linux_wheels/README.md +++ b/packaging/linux_wheels/README.md @@ -26,5 +26,6 @@ version_str="".join([ torch.version.cuda.replace(".",""), f"_pyt{pyt_version_str}" ]) +!pip install fvcore iopath !pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html ```