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 e685829 commit 6e208e3
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e208e3

Please sign in to comment.