From 1e0b1d9c727e8d1a11df5c25a0722c3f9e12711b Mon Sep 17 00:00:00 2001 From: Christine Sun Date: Wed, 7 Aug 2024 13:46:31 -0700 Subject: [PATCH] Remove Python versions from Install.md Summary: To avoid the installation instructions for PyTorch3D becoming out-of-date, instead of specifying certain Python versions, update to just `Python`. Reader will understand it has to be a Python version compatible with GitHub. Reviewed By: bottler Differential Revision: D60919848 fbshipit-source-id: 5e974970a0db3d3d32fae44e5dd30cbc1ce237a9 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 08e2910b..b72a843a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,7 @@ The core library is written in PyTorch. Several components have underlying implementation in CUDA for improved performance. A subset of these components have CPU implementations in C++/PyTorch. It is advised to use PyTorch3D with GPU support in order to use all the features. - Linux or macOS or Windows -- Python 3.8, 3.9 or 3.10 +- Python - PyTorch 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0 or 2.3.1. - torchvision that matches the PyTorch installation. You can install them together as explained at pytorch.org to make sure of this. - gcc & g++ ≥ 4.9