mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-03 04:12:48 +08:00
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:
parent
03f441e7ca
commit
744ef0c2c8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user