Skip to content

Commit

Permalink
readme: update info on github migration
Browse files Browse the repository at this point in the history
Provide some information on the migration from gitlab to github
and how to update the git remote url.
  • Loading branch information
SGeeversAtVortech committed Oct 15, 2024
1 parent 4ab4100 commit 74cf018
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
https://codecov.io/gl/deltares/rtc-tools
)

> **NOTE** The rtc-tools repository has been migrated from gitlab to here;
see [migration from gitlab](#migration-from-gitlab).

RTC-Tools is an open-source Python package for simulation and optimization of cyber-physical systems. It can be used for model-predictive control and operational decision making of water and energy systems. It is developed and maintained by Deltares, in collaboration with partners.

Expand Down Expand Up @@ -38,6 +40,18 @@ To streamline the integration with user interfaces and data management systems (
RTC-Tools uses [CasADi](https://web.casadi.org/) as a symbolic framework for algorithmic differentiation, as well as for interfacing with numerical optimization solvers.


## Migration from GitLab

The rtc-tools repository has been migrated from gitlab (https://gitlab.com/deltares/rtc-tools)
to here.
To change the git remote url, run

`git remote set-url origin https://github.com/Deltares/rtc-tools.git`

and

`git remote set-url --push origin https://github.com/Deltares/rtc-tools.git`.

## Install

```bash
Expand Down

0 comments on commit 74cf018

Please sign in to comment.