Moves installation -> development

This commit is contained in:
Tom 2025-04-16 15:20:38 +01:00
parent a502cb6ab2
commit dfc61caa38
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Installation # Development
To install the latest stable release from PyPI (recommended): 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 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 ```bash
pip install qubed@git+https://github.com/ecmwf/qubed.git@main 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: To build the develop branch from source install a rust toolchain and pip install maturin then run:
``` ```

View File

@ -12,7 +12,7 @@ jupytext:
```{toctree} ```{toctree}
:maxdepth: 1 :maxdepth: 1
quickstart.md quickstart.md
installation.md development.md
background.md background.md
algorithms.md algorithms.md
fiab.md fiab.md