<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
U
    .e	                     @   s   d dl mZ d dlZd dlmZ d dlmZ ddlmZ ddl	m
Z
 ddlmZ erhd d	lmZmZmZ d
dddgZeeZdddZdS )    )absolute_importN)
indent_log)MYPY_CHECK_RUNNING   )parse_requirements)InstallRequirement)RequirementSet)AnyListSequencer   r   r   install_given_reqs c           	      O   s   | r t dddd | D  t  | D ]}|jrbt d|j t  |jdd}W 5 Q R X z|j||f|| W n0 tk
r   |jo|j }|r|	   Y nX |jo|j}|r|
  |  q,W 5 Q R X | S )zu
    Install everything in the given list.

    (to be called after having downloaded and unpacked the packages)
    z!Installing collected packages: %sz, c                 S   s   g | ]
}|j qS r   )name).0Zreqr   r   >/usr/lib/python3.8/site-packages/pip/_internal/req/__init__.py
<listcomp>+   s     z&install_given_reqs.<locals>.<listcomp>zFound existing installation: %sT)Zauto_confirm)loggerinfojoinr   Zconflicts_withZ	uninstallZinstall	ExceptionZinstall_succeededZrollbackZcommitZremove_temporary_source)	Z
to_installZinstall_optionsZglobal_optionsargskwargsZrequirementZuninstalled_pathsetZshould_rollbackZshould_commitr   r   r   r      sN    )r   )Z
__future__r   ZloggingZpip._internal.utils.loggingr   Zpip._internal.utils.typingr   Zreq_filer   Zreq_installr   Zreq_setr   typingr	   r
   r   __all__Z	getLogger__name__r   r   r   r   r   r   <module>   s      
 