Skip to content

Commit c1d62a0

Browse files
authored
Merge pull request #67 from BlauGroup/lucasattia-patch-7
Update README.md
2 parents f9302d8 + 91ead22 commit c1d62a0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ or
2828
```bash
2929
pip install .
3030
```
31+
32+
Finally, install torch-scatter as follows.
33+
```
34+
git clone https://github.com/rusty1s/pytorch_scatter.git
35+
pip install pytorch_scatter/
36+
```
37+
Note: This package is installed separately due to some installation issues. See: https://github.com/rusty1s/pytorch_scatter/issues/265 and https://github.com/rusty1s/pytorch_scatter/issues/424
38+
39+
3140
Installation should take around 15 minutes on a normal desktop computer. NanoParticleTools can run on Python 3.10 and greater. The [setup.py](https://github.com/BlauGroup/NanoParticleTools/blob/main/setup.py) file includes pinned/constrained dependencies necessary for the installation.
3241

3342
### Training and Using Machine Learning Models
@@ -39,13 +48,6 @@ Within the demos folder, we have included Jupyter notebooks with demos for (1) t
3948
Pre-compiled UCNP [datasets](https://figshare.com/s/49222bae78f228363897) (SUNSET) and pre-trained [models](https://figshare.com/articles/dataset/Hetero-GNN_Checkpoints/27941694/1?file=50919813)
4049
can be downloaded from Figshare.
4150

42-
Finally, install torch-scatter as follows.
43-
```
44-
git clone https://github.com/rusty1s/pytorch_scatter.git
45-
pip install pytorch_scatter/
46-
```
47-
Note: This package is installed separately due to some installation issues. See: https://github.com/rusty1s/pytorch_scatter/issues/265 and https://github.com/rusty1s/pytorch_scatter/issues/424
48-
4951
## Running Simulations
5052
An example of local execution can be seen below.
5153

0 commit comments

Comments
 (0)