From 3d1bf8e8f4d59669fa5439d127819d32664257f4 Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Fri, 11 Oct 2024 11:34:59 +0200 Subject: [PATCH] Update docs --- docs/ai_models_plugin.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/ai_models_plugin.md b/docs/ai_models_plugin.md index 93dd8ac..64fcbd7 100644 --- a/docs/ai_models_plugin.md +++ b/docs/ai_models_plugin.md @@ -1,21 +1,17 @@ # Plugin for ECMWF's `ai-models` -```{warning} -The plugin was intended to be released on PyPI under the name `ai-models-aurora`. -Unfortunately, this name has been registered by a third party. -Therefore, do _not_ install the plugin from the PyPI package name `ai-model-aurora`, but instead -keep a close eye on the -[the homepage of the plugin](https://github.com/ecmwf-lab/ai-models-aurora). -``` - Aurora is a supported model for ECMWF's [`ai-models`](https://github.com/ecmwf-lab/ai-models) through -[a plugin](https://github.com/ecmwf-lab/ai-models-aurora). +[the plugin `ai-models-aurora`](https://github.com/ecmwf-lab/ai-models-aurora): + +```bash +pip install ai-models-aurora +``` See [the documentation of `ai-models`](https://github.com/ecmwf-lab/ai-models) for more information about `ai-models` and see [the documentation of the plugin](https://github.com/ecmwf-lab/ai-models-aurora) -for more information about the Aurora plugin. +for more information about `ai-models-aurora`.