From 538119653ad172eac1ac6549242dbc884b74e48c Mon Sep 17 00:00:00 2001 From: Sid Shankar Date: Fri, 6 Sep 2024 07:05:06 -0400 Subject: [PATCH] Removes instructions to install pip and venv as prerequisites for Python analysis (#52233) --- .../preparing-your-code-for-codeql-analysis.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md index f5a8310605..95fc4a901b 100644 --- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md +++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md @@ -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: