Correct the pip installation instruction
This commit is contained in:
parent
63d0f5078c
commit
d4572d0657
@ -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/)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user