OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.req Namespace Reference

Namespaces

 constructors
 
 req_file
 
 req_install
 
 req_set
 
 req_tracker
 
 req_uninstall
 

Data Structures

class  InstallationResult
 

Functions

def install_given_reqs (requirements, install_options, global_options, root, home, prefix, warn_script_location, use_user_site, pycompile)
 

Variables

 logger
 

Function Documentation

◆ install_given_reqs()

def pip._internal.req.install_given_reqs (   requirements,
  install_options,
  global_options,
  root,
  home,
  prefix,
  warn_script_location,
  use_user_site,
  pycompile 
)
Install everything in the given list.

(to be called after having downloaded and unpacked the packages)

Variable Documentation

◆ logger

logger