
Some checks failed
Release workflow / single_test (3.13.3) (push) Successful in 10s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 9s
Release workflow / Build wheels for PyPI (push) Failing after 2s
Release workflow / Upload release to PyPI (push) Has been skipped
Gitea Actions Demo / release-test (push) Successful in 2s
Add workflow for publishing
25 lines
353 B
Markdown
25 lines
353 B
Markdown
AMBER
|
|
=====
|
|
|
|
## Quick Installation
|
|
|
|
For the latest published version install through
|
|
|
|
```
|
|
python -m pip AMBER-ds4ms
|
|
```
|
|
|
|
For the latest nighly version
|
|
|
|
```
|
|
python -m pip install git+https://gitea.psi.ch/lass_j/AMBER.git@main
|
|
```
|
|
|
|
|
|
|
|
## Documentation and Tutorials
|
|
|
|
Further details are found in our [documentation](https://amber-ds4ms.readthedocs.io/)
|
|
|
|
|