From da425cb6536e73d4004072d9ad4aaf0eae4b847b Mon Sep 17 00:00:00 2001 From: daklauss Date: Tue, 20 May 2025 14:16:00 +0200 Subject: [PATCH] Fix readme link to installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2416b..a1aff60 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CADET-Python -**CADET-Python** provides a file-based Python interface for **CADET-Core**, which must be installed separately. For this, please refer to the [installation instructions](https://cadet.github.io/master/getting_started/installation.html) and the [CADET-Core repository](https://github.com/cadet/CADET-Core). +**CADET-Python** provides a file-based Python interface for **CADET-Core**, which must be installed separately. For this, please refer to the [installation instructions](https://cadet.github.io/master/getting_started/installation_frontend.html) and the [CADET-Core repository](https://github.com/cadet/CADET-Core). The CADET-Python package simplifies access by mapping to the [CADET interface](https://cadet.github.io/master/interface/index.html#), **with all dataset names in lowercase**.