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 43af543 commit 0e12846Copy full SHA for 0e12846
README.md
@@ -212,6 +212,14 @@ poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-202
212
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
213
```
214
215
+# Installation from testPyPI
216
+
217
+To install the latest pre-released version of Sonar Scanner Python. Execute the following command:
218
219
+```shell
220
+pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pysonar
221
+```
222
223
# License
224
225
Copyright 2011-2024 SonarSource.
0 commit comments