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 коммит произвёл GitHub
Родитель 85c4a1f3fb
Коммит 538119653a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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: