chore(README): update syntax of supported Python versions (#3271)

This commit is contained in:
Sergio Garcia
2024-01-12 12:59:56 +01:00
committed by GitHub
parent 2631709abf
commit 3d00554332

View File

@@ -54,7 +54,7 @@ For Prowler v2 Documentation, please go to https://github.com/prowler-cloud/prow
# ⚙️ Install # ⚙️ Install
## Pip package ## Pip package
Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-cloud/), thus can be installed using pip with Python 3.9, 3.10 or 3.11 (not really tested with 3.12 yet): Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-cloud/), thus can be installed using pip with Python >= 3.9, < 3.12:
```console ```console
pip install prowler pip install prowler
@@ -77,7 +77,7 @@ The container images are available here:
## From Github ## From Github
Python >= 3.9 is required with pip and poetry: Python >= 3.9, < 3.12 is required with pip and poetry:
``` ```
git clone https://github.com/prowler-cloud/prowler git clone https://github.com/prowler-cloud/prowler