Skip to content

Commit 21e4378

Browse files
authored
Update README.md
1 parent 10fe216 commit 21e4378

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ To install this repository, download it and run
1313
pip install .
1414
```
1515

16+
or install it directly with
17+
```bash
18+
pip install git+https://github.com/ChEB-AI/python-chebai-graph.git
19+
```
20+
1621
The dependencies `torch`, `torch_geometric` and `torch-sparse` cannot be installed automatically.
1722

1823
Use the following command:
@@ -22,7 +27,7 @@ pip install torch torch_scatter torch_geometric -f https://data.pyg.org/whl/torc
2227
```
2328

2429
Replace:
25-
- `${TORCH}` with your installed PyTorch version (e.g., `2.6.0`)
30+
- `${TORCH}` with a PyTorch version (e.g., `2.6.0`; for later versions, check first if they are compatible with torch_scatter and torch_geometric)
2631
- `${CUDA}` with e.g. `cpu`, `cu118`, or `cu121` depending on your system and CUDA version
2732

2833
If you already have `torch` installed, make sure that `torch_scatter` and `torch_geometric` are compatible with your

0 commit comments

Comments
 (0)