From 6e208e3a64b88ea35804554867614c6a891f48ea Mon Sep 17 00:00:00 2001 From: Daniel Utt Date: Thu, 7 Dec 2023 11:33:41 +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 d6fad5d..4a255c2 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ Python modifier for OVITO that changes the particle types in the whole data coll ## 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/GenerateRandomSolution.git + ovitos -m pip install --user git+https://github.com/ovito-org/GenerateRandomSolution.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/GenerateRandomSolution.git + pip install git+https://github.com/ovito-org/GenerateRandomSolution.git ``` ## Technical information / dependencies diff --git a/pyproject.toml b/pyproject.toml index 4b345b6..6ad05dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ ] [project.urls] -repository = "https://github.com/nnn911/GenerateRandomSolution" +repository = "https://github.com/ovito-org/GenerateRandomSolution" [project.entry-points.'OVITO.Modifier'] "Generate Random Solution" = "GenerateRandomSolution:GenerateRandomSolution"