From 678e523d12eb275071be467d0cadb22b693acd27 Mon Sep 17 00:00:00 2001 From: hoangtungdinh <11166240+hoangtungdinh@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:47:25 +0200 Subject: [PATCH] Update Signed-off-by: hoangtungdinh <11166240+hoangtungdinh@users.noreply.github.com> --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a69c2dc..2882f0f 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,21 @@ asam-qc-openscenarioxml can be installed using pip or from source. asam-qc-openscenarioxml can be installed using pip. +**From PyPi** + +```bash +pip install asam-qc-openscenarioxml +``` + +**From GitHub repository** + ```bash pip install asam-qc-openscenarioxml@git+https://github.com/asam-ev/qc-openscenarioxml@main ``` -**Note:** The above command will install `asam-qc-openscenarioxml` from the `main` branch. If you want to install `asam-qc-openscenarioxml` from another branch or tag, replace `@main` with the desired branch or tag. It is also possible to install from a local directory. +**Note:** The above command will install `asam-qc-openscenarioxml` from the `main` branch. If you want to install `asam-qc-openscenarioxml` from another branch or tag, replace `@main` with the desired branch or tag. + +**From a local repository** ```bash pip install /home/user/qc-openscenarioxml