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: