From a094733f127b9be888aa8728d41cca3dd9b36394 Mon Sep 17 00:00:00 2001 From: Songyou Peng Date: Fri, 25 Mar 2022 13:29:55 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7bf941..1f3e822 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,8 @@ conda env create -f environment.yaml conda activate sap ``` -Now, you can install [PyTorch3D](https://pytorch3d.org/) 0.6.0 from the [official instruction](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md#3-install-wheels-for-linux) as follows -```sh -pip install pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt190/download.html -``` +Next, you should install [PyTorch3D](https://pytorch3d.org/) (**>=0.5**) yourself from the [official instruction](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md#3-install-wheels-for-linux). + And install [PyTorch Scatter](https://github.com/rusty1s/pytorch_scatter): ```sh conda install pytorch-scatter -c pyg