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
This commit is contained in:
Jeremy Reizenstein 2020-03-23 09:17:09 -07:00 committed by Facebook GitHub Bot
parent 03f441e7ca
commit 744ef0c2c8

View File

@ -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