From 7c4c823bc9dd6ea4d23bf2fa18245caf29ae2b24 Mon Sep 17 00:00:00 2001 From: hoangtungdinh <11166240+hoangtungdinh@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:55:08 +0200 Subject: [PATCH] Remove redundant sentence Signed-off-by: hoangtungdinh <11166240+hoangtungdinh@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d02a174..be80306 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ pip install asam-qc-opendrive pip install asam-qc-opendrive@git+https://github.com/asam-ev/qc-opendrive@main ``` -The above command will install `asam-qc-opendrive` from the `main` branch. If you want to install `asam-qc-opendrive` from another branch or tag, replace `@main` with the desired branch or tag. It is also possible to install from a local directory. +The above command will install `asam-qc-opendrive` from the `main` branch. If you want to install `asam-qc-opendrive` from another branch or tag, replace `@main` with the desired branch or tag. **From a local repository**