Correct the pip installation instruction

This commit is contained in:
Jakob Lass 2025-04-11 14:38:21 +02:00
parent 63d0f5078c
commit d4572d0657
2 changed files with 4 additions and 7 deletions

View File

@ -4,14 +4,11 @@ AMBER
## Quick Installation
```
pip install AMBER
```
or
```
python3 -m pip install AMBER
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/)

View File

@ -18,7 +18,7 @@ Badges
------
.. image:: https://gitea.psi.ch/lass_j/AMBER/actions/workflows/test.yaml/badge.svg
:width: 100
:width: 50
:alt: Test Status
@ -38,7 +38,7 @@ Alternatively, the newest version can be installed directly from the source repo
.. code-block::
python -m pip install git https://gitea.psi.ch/lass_j/AMBER.git@master
python -m pip install git+https://gitea.psi.ch/lass_j/AMBER.git@main
General Introduction