From dfc61caa38cf46c7834beaae7a5e274ed2bf6920 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 16 Apr 2025 15:20:38 +0100 Subject: [PATCH] Moves installation -> development --- docs/{installation.md => development.md} | 6 ++---- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) rename docs/{installation.md => development.md} (77%) diff --git a/docs/installation.md b/docs/development.md similarity index 77% rename from docs/installation.md rename to docs/development.md index ce61e9a..85a3c9c 100644 --- a/docs/installation.md +++ b/docs/development.md @@ -1,4 +1,4 @@ -# Installation +# Development To install the latest stable release from PyPI (recommended): @@ -6,14 +6,12 @@ To install the latest stable release from PyPI (recommended): pip install qubed ``` -Or to build and install the latest version from github (requires rust): +To install the latest version from github (requires rust): ```bash pip install qubed@git+https://github.com/ecmwf/qubed.git@main ``` -## Development - To build the develop branch from source install a rust toolchain and pip install maturin then run: ``` diff --git a/docs/index.md b/docs/index.md index 1092e30..b291092 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ jupytext: ```{toctree} :maxdepth: 1 quickstart.md -installation.md +development.md background.md algorithms.md fiab.md