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

@ -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