Skip to content

Commit

Permalink
Update links for new repo name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa committed Jan 31, 2024
1 parent 914fa18 commit 3501998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](https://raw.githubusercontent.com/DHI/mikeplus-python/main/images/logo/mikeplus-py.svg)
![logo](https://raw.githubusercontent.com/DHI/mikepluspy/main/images/logo/mikeplus-py.svg)
# MIKE+Py: automate your workflows.

MIKE+Py is a python interface for MIKE+. Its main features include:
Expand All @@ -10,7 +10,7 @@ MIKE+Py is a python interface for MIKE+. Its main features include:
> MIKE+Py is experimental and under development.
> * Be aware that there may be bugs or unexpected behavior - use with caution.
> * Always make copies of your MIKE+ databases and verify the outcome of scripts.
> * If you encounter any issues or have any feedback, please report them on [GitHub Issues](https://github.com/DHI/mikeplus-python/issues).
> * If you encounter any issues or have any feedback, please report them on [GitHub Issues](https://github.com/DHI/mikepluspy/issues).
## Requirements
* MIKE+ 2024 (or greater) with valid license
Expand All @@ -26,12 +26,12 @@ The version of MIKE+Py you install must match the version of MIKE+ installed on
| MIKE+ Version | Install command|
|:--------------|:---------------|
| MIKE+ 2024 | `pip install https://github.com/DHI/mikeplus-python/archive/refs/tags/v2024.0-latest.zip` |
| MIKE+ 2024 | `pip install https://github.com/DHI/mikepluspy/archive/refs/tags/v2024.0-latest.zip` |


## Examples
Please check out the jupyter notebooks here: https://github.com/DHI/mikeplus-python/tree/main/notebooks
Please check out the jupyter notebooks here: https://github.com/DHI/mikepluspy/tree/main/notebooks

## Where can I get help?
* General help, new ideas and feature requests - [GitHub Discussions](http://github.com/DHI/mikeplus-python/discussions)
* Bugs - [GitHub Issues](https://github.com/DHI/mikeplus-python/issues)
* General help, new ideas and feature requests - [GitHub Discussions](http://github.com/DHI/mikepluspy/discussions)
* Bugs - [GitHub Issues](https://github.com/DHI/mikepluspy/issues)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dev = ["pytest","flake8","black","sphinx", "myst-parser","sphinx-book-theme"]
test= ["pytest"]

[project.urls]
"Homepage" = "https://github.com/DHI/mikeplus-python"
"Bug Tracker" = "https://github.com/DHI/mikeplus-python/issues"
"Homepage" = "https://github.com/DHI/mikepluspy"
"Bug Tracker" = "https://github.com/DHI/mikepluspy/issues"

# mypy global options:

Expand Down

0 comments on commit 3501998

Please sign in to comment.