We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0628b3f commit 384c05cCopy full SHA for 384c05c
README.MD
@@ -5,7 +5,7 @@
5
This repo contains a skeleton for Python packages containing some basic DevOps´ components like CI/CD pipelines.
6
7
You can download the module by executing the following command (replace `<tag>` with the version you would like to download):
8
-`pip install git+https://github.com/TrisNol/python-sample-package<tag>`
+`pip install git+https://github.com/TrisNol/python-sample-package@<tag>`
9
10
The module can then be used as follows:
11
```python
0 commit comments