Moves installation -> development
This commit is contained in:
parent
a502cb6ab2
commit
dfc61caa38
@ -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:
|
||||||
|
|
||||||
```
|
```
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user