Skip to content

Commit b8d7e20

Browse files
authored
docs: Fix pip install command for specific version/tag
1 parent 660c93b commit b8d7e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.template.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Or install directly from GitHub:
5959
pip install git+{{REPO_URL}}.git
6060

6161
# Specific version/tag
62-
pip install git+{{REPO_URL}}.git@v{{VERSION}}
62+
pip install git+{{REPO_URL}}.git@{{VERSION}}
6363

6464
# Specific branch
6565
pip install git+{{REPO_URL}}.git@main

0 commit comments

Comments
 (0)