Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YJiangcm committed May 8, 2023
1 parent 21874d2 commit 27fa7fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

### Requirements

Firstly, install PyTorch by following the instructions from [the official website](https://pytorch.org). To faithfully reproduce our results, please use the correct `1.10.1` version corresponding to your platforms/CUDA versions. PyTorch version higher than `1.10.1` should also work.
1. Install `PyTorch` by following the instructions from [the official website](https://pytorch.org).

Secondly, install torch_geometric by following the instructions from [the official website](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html).
2. Install `torch_geometric` by following the instructions from [the official website](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html).

Then run the following script to install the remaining dependencies,
3. Run the following script to install the remaining dependencies,

```bash
pip install -r requirements.txt
Expand Down

0 comments on commit 27fa7fd

Please sign in to comment.