shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

Poor description of how to install the pro version #92

Closed nise closed 9 months ago

nise commented 11 months ago

The documentation lacks a proper description of how to install the pro version. The correct hint should be:

python -m pip install <path/to/the/downloaded/package/>python-sonarqube-api-x.y.z.tar.gz --force-reinstall

where x, y, and z should be replaced by the current version number.