qubed/docs/development.md
2025-04-16 15:20:38 +01:00

429 B

Development

To install the latest stable release from PyPI (recommended):

pip install qubed

To install the latest version from github (requires rust):

pip install qubed@git+https://github.com/ecmwf/qubed.git@main

To build the develop branch from source install a rust toolchain and pip install maturin then run:

git clone -b develop git@github.com:ecmwf/qubed.git
cd qubed
maturin develop