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