📝 update README.md for better installation instructions

This commit is contained in:
Laurent FAINSIN 2023-05-30 11:46:06 +02:00
parent 377132fdd5
commit 43164f892f

View file

@ -33,12 +33,13 @@ conda activate sap
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
```bash
git clone https://github.com/facebookresearch/pytorch3d.git
cd pytorch3d
module load compilers
pip install -e .
```
## Demo - Quick Start
First, run the script to get the demo data: