Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn911 committed Dec 7, 2023
1 parent 28d5952 commit 51c5f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ The modifier can be found under the label "Denoise particle positions" in the OV
## Installation
- OVITO Pro [integrated Python interpreter](https://docs.ovito.org/python/introduction/installation.html#ovito-pro-integrated-interpreter):
```
ovitos -m pip install --user git+https://github.com/nnn911/ScoreBasedDenoising.git
ovitos -m pip install --user git+https://github.com/ovito-org/ScoreBasedDenoising.git
```
The `--user` option is recommended and [installs the package in the user's site directory](https://pip.pypa.io/en/stable/user_guide/#user-installs).

- Other Python interpreters or Conda environments:
```
pip install git+https://github.com/nnn911/ScoreBasedDenoising.git
pip install git+https://github.com/ovito-org/ScoreBasedDenoising.git
```

By default this will install the CPU version of [PyTorch](https://pytorch.org/get-started/locally/) and [PyG](https://pytorch-geometric.readthedocs.io).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
]

[project.urls]
repository = "https://github.com/nnn911/ScoreBasedDenoising"
repository = "https://github.com/ovito-org/ScoreBasedDenoising"

[project.entry-points.'OVITO.Modifier']
"Denoise particle positions" = "scoreBasedDenoising:ScoreBasedDenoising"
Expand Down

0 comments on commit 51c5f1a

Please sign in to comment.