Correct the pip installation instruction
This commit is contained in:
@ -4,14 +4,11 @@ AMBER
|
|||||||
## Quick Installation
|
## Quick Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install AMBER
|
python -m pip install git+https://gitea.psi.ch/lass_j/AMBER.git@main
|
||||||
```
|
|
||||||
or
|
|
||||||
```
|
|
||||||
python3 -m pip install AMBER
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation and Tutorials
|
## Documentation and Tutorials
|
||||||
|
|
||||||
Further details are found in our [documentation](https://amber-ds4ms.readthedocs.io/)
|
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
|
.. image:: https://gitea.psi.ch/lass_j/AMBER/actions/workflows/test.yaml/badge.svg
|
||||||
:width: 100
|
:width: 50
|
||||||
:alt: Test Status
|
:alt: Test Status
|
||||||
|
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ Alternatively, the newest version can be installed directly from the source repo
|
|||||||
|
|
||||||
.. code-block::
|
.. 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
|
General Introduction
|
||||||
|
Reference in New Issue
Block a user