From 51c5f1ae589530a9e2827d47f438658e0cee7d41 Mon Sep 17 00:00:00 2001 From: Daniel Utt Date: Thu, 7 Dec 2023 11:31:39 +0100 Subject: [PATCH] Update URLs --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed22eaa..8c14260 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/pyproject.toml b/pyproject.toml index 0e96864..129aac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"