Skip to content

Commit

Permalink
update on README
Browse files Browse the repository at this point in the history
  • Loading branch information
jychoi-hpc committed Feb 29, 2024
1 parent 7da08be commit 71e3bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ To install required packages with only basic capability (`torch`,
and to serialize+store the processed data for later sessions (`pickle5`):
```
pip install -r requirements.txt
pip install -r requirements-torchdep.txt
pip install -r requirements-torch.txt
pip install -r requirements-pyg.txt
```

If you plan to modify the code, include packages for formatting (`black`) and
Expand Down

0 comments on commit 71e3bfb

Please sign in to comment.