Commit 744ef0c2 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

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
parent 03f441e7
...@@ -17,7 +17,7 @@ The core library is written in PyTorch. Several components have underlying imple ...@@ -17,7 +17,7 @@ The core library is written in PyTorch. Several components have underlying imple
These can be installed by running: These can be installed by running:
``` ```
conda create -n pytorch3d python=3.6 conda create -n pytorch3d python=3.8
conda activate pytorch3d conda activate pytorch3d
conda install -c pytorch pytorch torchvision cudatoolkit=10.0 conda install -c pytorch pytorch torchvision cudatoolkit=10.0
conda install -c conda-forge -c fvcore fvcore conda install -c conda-forge -c fvcore fvcore
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment