Skip to content

Commit 0e12846

Browse files
authored
PYSCAN-66: Document installation of scanner from testPyPI (#53)
1 parent 43af543 commit 0e12846

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-202
212212
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
213213
```
214214

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+
215223
# License
216224

217225
Copyright 2011-2024 SonarSource.

0 commit comments

Comments
 (0)