Skip to content

Commit 5381196

Browse files
authored
Removes instructions to install pip and venv as prerequisites for Python analysis (#52233)
1 parent 85c4a1f commit 5381196

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md

-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ When creating databases for Python you must ensure:
172172

173173
* You have Python 3 installed and available to the {% data variables.product.prodname_codeql %} extractor.
174174
* You have the version of Python used by your code installed.
175-
* You have access to the [pip](https://pypi.org/project/pip/) packaging management system and can install any packages that the codebase depends on.
176-
* You have installed the [virtualenv](https://pypi.org/project/virtualenv/) pip module.
177175

178176
In the command line you must specify `--language=python`. For example:
179177

0 commit comments

Comments
 (0)