1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Removes instructions to install pip and venv as prerequisites for Python analysis (#52233)

This commit is contained in:
Sid Shankar
2024-09-06 07:05:06 -04:00
committed by GitHub
parent 85c4a1f3fb
commit 538119653a

View File

@@ -172,8 +172,6 @@ When creating databases for Python you must ensure:
* You have Python 3 installed and available to the {% data variables.product.prodname_codeql %} extractor.
* You have the version of Python used by your code installed.
* You have access to the [pip](https://pypi.org/project/pip/) packaging management system and can install any packages that the codebase depends on.
* You have installed the [virtualenv](https://pypi.org/project/virtualenv/) pip module.
In the command line you must specify `--language=python`. For example: