File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ To install this repository, download it and run
1313pip 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+
1621The dependencies ` torch ` , ` torch_geometric ` and ` torch-sparse ` cannot be installed automatically.
1722
1823Use the following command:
@@ -22,7 +27,7 @@ pip install torch torch_scatter torch_geometric -f https://data.pyg.org/whl/torc
2227```
2328
2429Replace:
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
2833If you already have ` torch ` installed, make sure that ` torch_scatter ` and ` torch_geometric ` are compatible with your
You can’t perform that action at this time.
0 commit comments