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 19365c6 commit b16f466
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 @@ -43,13 +43,13 @@ The example data was generated using the [`generate_example_data_01.py`](example
## 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/pyironFileReader.git
ovitos -m pip install --user git+https://github.com/ovito-org/pyironFileReader.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/pyironFileReader.git
pip install git+https://github.com/ovito-org/pyironFileReader.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 @@ -22,7 +22,7 @@ classifiers = [
]

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

[project.entry-points.'OVITO.FileReader']
"pyiron File Reader" = "pyironFileReader:PyironFileReader"
Expand Down

0 comments on commit b16f466

Please sign in to comment.