From 744ef0c2c88c048cebbcdfa698da357c77509fd1 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Mon, 23 Mar 2020 09:17:09 -0700 Subject: [PATCH] suggest up to date python Summary: By accident I think, we have been nudging people to install python 3.6. Using 3.8 is fine. Reviewed By: nikhilaravi Differential Revision: D20597240 fbshipit-source-id: 7fb778f1b84746db28b6eef763564af5c5fffcd7 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 232c71b4..f6993b88 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ The core library is written in PyTorch. Several components have underlying imple These can be installed by running: ``` -conda create -n pytorch3d python=3.6 +conda create -n pytorch3d python=3.8 conda activate pytorch3d conda install -c pytorch pytorch torchvision cudatoolkit=10.0 conda install -c conda-forge -c fvcore fvcore