Windows下安装Python PIP

安装步骤
1,到https://pypi.python.org/pypi/setuptools#downloads,下载setuptools-xxxxx.zip,解压后,到解压后的目录,运行python setup.py install
2, 到https://pypi.python.org/pypi/pip#downloads,下载pip-x.x.x.tar.gz, 解压后,到解压后的目录,运行python setup.py install


注意,
1,直接安装pip会报错,要先安装setuptools
D:\python\pip-8.0.2>python setup.py install
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'


2,安装setuptools的信息如下
D:\python\setuptools-20.1.1>python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to setuptools.egg-info\requires.txt
writing setuptools.egg-info\PKG-INFO
writing dependency_links to setuptools.egg-info\dependency_links.txt
writing entry points to setuptools.egg-info\entry_points.txt
writing top-level names to setuptools.egg-info\top_level.txt
reading manifest file 'setuptools.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'setuptools\_vendor'
writing manifest file 'setuptools.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build
creating build\lib
copying easy_install.py -> build\lib
creating build\lib\pkg_resources
copying pkg_resources\__init__.py -> build\lib\pkg_resources
creating build\lib\setuptools
copying setuptools\archive_util.py -> build\lib\setuptools
copying setuptools\depends.py -> build\lib\setuptools
copying setuptools\dist.py -> build\lib\setuptools
copying setuptools\extension.py -> build\lib\setuptools
copying setuptools\launch.py -> build\lib\setuptools
copying setuptools\lib2to3_ex.py -> build\lib\setuptools
copying setuptools\msvc9_support.py -> build\lib\setuptools
copying setuptools\package_index.py -> build\lib\setuptools
copying setuptools\py26compat.py -> build\lib\setuptools
copying setuptools\py27compat.py -> build\lib\setuptools
copying setuptools\py31compat.py -> build\lib\setuptools
copying setuptools\sandbox.py -> build\lib\setuptools
copying setuptools\site-patch.py -> build\lib\setuptools
copying setuptools\ssl_support.py -> build\lib\setuptools
copying setuptools\unicode_utils.py -> build\lib\setuptools
copying setuptools\utils.py -> build\lib\setuptools
copying setuptools\version.py -> build\lib\setuptools
copying setuptools\windows_support.py -> build\lib\setuptools
copying setuptools\__init__.py -> build\lib\setuptools
creating build\lib\_markerlib
copying _markerlib\markers.py -> build\lib\_markerlib
copying _markerlib\__init__.py -> build\lib\_markerlib
creating build\lib\pkg_resources\extern
copying pkg_resources\extern\__init__.py -> build\lib\pkg_resources\extern
creating build\lib\pkg_resources\_vendor
copying pkg_resources\_vendor\six.py -> build\lib\pkg_resources\_vendor
copying pkg_resources\_vendor\__init__.py -> build\lib\pkg_resources\_vendor
creating build\lib\pkg_resources\_vendor\packaging
copying pkg_resources\_vendor\packaging\specifiers.py -> build\lib\pkg_resources\_vendor\packaging
copying pkg_resources\_vendor\packaging\version.py -> build\lib\pkg_resources\_vendor\packaging
copying pkg_resources\_vendor\packaging\_compat.py -> build\lib\pkg_resources\_vendor\packaging
copying pkg_resources\_vendor\packaging\_structures.py -> build\lib\pkg_resources\_vendor\packaging
copying pkg_resources\_vendor\packaging\__about__.py -> build\lib\pkg_resources\_vendor\packaging
copying pkg_resources\_vendor\packaging\__init__.py -> build\lib\pkg_resources\_vendor\packaging
creating build\lib\setuptools\command
copying setuptools\command\alias.py -> build\lib\setuptools\command
copying setuptools\command\bdist_egg.py -> build\lib\setuptools\command
copying setuptools\command\bdist_rpm.py -> build\lib\setuptools\command
copying setuptools\command\bdist_wininst.py -> build\lib\setuptools\command
copying setuptools\command\build_ext.py -> build\lib\setuptools\command
copying setuptools\command\build_py.py -> build\lib\setuptools\command
copying setuptools\command\develop.py -> build\lib\setuptools\command
copying setuptools\command\easy_install.py -> build\lib\setuptools\command
copying setuptools\command\egg_info.py -> build\lib\setuptools\command
copying setuptools\command\install.py -> build\lib\setuptools\command
copying setuptools\command\install_egg_info.py -> build\lib\setuptools\command
copying setuptools\command\install_lib.py -> build\lib\setuptools\command
copying setuptools\command\install_scripts.py -> build\lib\setuptools\command
copying setuptools\command\register.py -> build\lib\setuptools\command
copying setuptools\command\rotate.py -> build\lib\setuptools\command
copying setuptools\command\saveopts.py -> build\lib\setuptools\command
copying setuptools\command\sdist.py -> build\lib\setuptools\command
copying setuptools\command\setopt.py -> build\lib\setuptools\command
copying setuptools\command\test.py -> build\lib\setuptools\command
copying setuptools\command\upload.py -> build\lib\setuptools\command
copying setuptools\command\upload_docs.py -> build\lib\setuptools\command
copying setuptools\command\__init__.py -> build\lib\setuptools\command
creating build\lib\setuptools\extern
copying setuptools\extern\__init__.py -> build\lib\setuptools\extern
copying setuptools\script (dev).tmpl -> build\lib\setuptools
copying setuptools\script.tmpl -> build\lib\setuptools
copying setuptools\cli-32.exe -> build\lib\setuptools
copying setuptools\cli-64.exe -> build\lib\setuptools
copying setuptools\cli-arm-32.exe -> build\lib\setuptools
copying setuptools\cli.exe -> build\lib\setuptools
copying setuptools\gui-32.exe -> build\lib\setuptools
copying setuptools\gui-64.exe -> build\lib\setuptools
copying setuptools\gui-arm-32.exe -> build\lib\setuptools
copying setuptools\gui.exe -> build\lib\setuptools
copying setuptools\command\launcher manifest.xml -> build\lib\setuptools\command
creating build\bdist.win-amd64
creating build\bdist.win-amd64\egg
copying build\lib\easy_install.py -> build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\pkg_resources
creating build\bdist.win-amd64\egg\pkg_resources\extern
copying build\lib\pkg_resources\extern\__init__.py -> build\bdist.win-amd64\egg\pkg_resources\extern
creating build\bdist.win-amd64\egg\pkg_resources\_vendor
creating build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging
copying build\lib\pkg_resources\_vendor\packaging\specifiers.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor\packa
ging
copying build\lib\pkg_resources\_vendor\packaging\version.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor\packagin
g
copying build\lib\pkg_resources\_vendor\packaging\_compat.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor\packagin
g
copying build\lib\pkg_resources\_vendor\packaging\_structures.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor\pack
aging
copying build\lib\pkg_resources\_vendor\packaging\__about__.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor\packag
ing
copying build\lib\pkg_resources\_vendor\packaging\__init__.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor\packagi
ng
copying build\lib\pkg_resources\_vendor\six.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor
copying build\lib\pkg_resources\_vendor\__init__.py -> build\bdist.win-amd64\egg\pkg_resources\_vendor
copying build\lib\pkg_resources\__init__.py -> build\bdist.win-amd64\egg\pkg_resources
creating build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\archive_util.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\cli-32.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\cli-64.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\cli-arm-32.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\cli.exe -> build\bdist.win-amd64\egg\setuptools
creating build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\alias.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\bdist_egg.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\bdist_rpm.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\bdist_wininst.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\build_ext.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\build_py.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\develop.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\easy_install.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\egg_info.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\install.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\install_egg_info.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\install_lib.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\install_scripts.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\launcher manifest.xml -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\register.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\rotate.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\saveopts.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\sdist.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\setopt.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\test.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\upload.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\upload_docs.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\command\__init__.py -> build\bdist.win-amd64\egg\setuptools\command
copying build\lib\setuptools\depends.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\dist.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\extension.py -> build\bdist.win-amd64\egg\setuptools
creating build\bdist.win-amd64\egg\setuptools\extern
copying build\lib\setuptools\extern\__init__.py -> build\bdist.win-amd64\egg\setuptools\extern
copying build\lib\setuptools\gui-32.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\gui-64.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\gui-arm-32.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\gui.exe -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\launch.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\lib2to3_ex.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\msvc9_support.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\package_index.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\py26compat.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\py27compat.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\py31compat.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\sandbox.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\script (dev).tmpl -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\script.tmpl -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\site-patch.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\ssl_support.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\unicode_utils.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\utils.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\version.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\windows_support.py -> build\bdist.win-amd64\egg\setuptools
copying build\lib\setuptools\__init__.py -> build\bdist.win-amd64\egg\setuptools
creating build\bdist.win-amd64\egg\_markerlib
copying build\lib\_markerlib\markers.py -> build\bdist.win-amd64\egg\_markerlib
copying build\lib\_markerlib\__init__.py -> build\bdist.win-amd64\egg\_markerlib
byte-compiling build\bdist.win-amd64\egg\easy_install.py to easy_install.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\extern\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging\specifiers.py to specifiers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging\version.py to version.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging\_compat.py to _compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging\_structures.py to _structures.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging\__about__.py to __about__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\packaging\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\six.py to six.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\_vendor\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pkg_resources\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\archive_util.py to archive_util.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\alias.py to alias.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\bdist_egg.py to bdist_egg.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\bdist_rpm.py to bdist_rpm.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\bdist_wininst.py to bdist_wininst.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\build_ext.py to build_ext.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\build_py.py to build_py.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\develop.py to develop.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\easy_install.py to easy_install.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\egg_info.py to egg_info.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\install.py to install.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\install_egg_info.py to install_egg_info.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\install_lib.py to install_lib.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\install_scripts.py to install_scripts.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\register.py to register.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\rotate.py to rotate.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\saveopts.py to saveopts.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\sdist.py to sdist.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\setopt.py to setopt.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\test.py to test.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\upload.py to upload.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\upload_docs.py to upload_docs.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\command\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\depends.py to depends.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\dist.py to dist.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\extension.py to extension.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\extern\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\launch.py to launch.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\lib2to3_ex.py to lib2to3_ex.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\msvc9_support.py to msvc9_support.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\package_index.py to package_index.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\py26compat.py to py26compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\py27compat.py to py27compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\py31compat.py to py31compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\sandbox.py to sandbox.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\site-patch.py to site-patch.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\ssl_support.py to ssl_support.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\unicode_utils.py to unicode_utils.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\utils.py to utils.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\version.py to version.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\windows_support.py to windows_support.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\setuptools\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\_markerlib\markers.py to markers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\_markerlib\__init__.py to __init__.cpython-35.pyc
creating build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\entry_points.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying setuptools.egg-info\zip-safe -> build\bdist.win-amd64\egg\EGG-INFO
creating dist
creating 'dist\setuptools-20.1.1-py3.5.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing setuptools-20.1.1-py3.5.egg
Copying setuptools-20.1.1-py3.5.egg to c:\program files\python 3.5\lib\site-packages
Adding setuptools 20.1.1 to easy-install.pth file
Installing easy_install-script.py script to C:\Program Files\Python 3.5\Scripts
Installing easy_install.exe script to C:\Program Files\Python 3.5\Scripts
Installing easy_install-3.5-script.py script to C:\Program Files\Python 3.5\Scripts
Installing easy_install-3.5.exe script to C:\Program Files\Python 3.5\Scripts


Installed c:\program files\python 3.5\lib\site-packages\setuptools-20.1.1-py3.5.egg
Processing dependencies for setuptools==20.1.1
Finished processing dependencies for setuptools==20.1.1


3,安装pip的信息如下
D:\python\pip-8.0.2>python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to pip.egg-info\requires.txt
writing entry points to pip.egg-info\entry_points.txt
writing dependency_links to pip.egg-info\dependency_links.txt
writing top-level names to pip.egg-info\top_level.txt
writing pip.egg-info\PKG-INFO
reading manifest file 'pip.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.mailmap'
warning: no previously-included files found matching '.travis.yml'
warning: no previously-included files found matching '.landscape.yml'
warning: no previously-included files found matching 'pip\_vendor\Makefile'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'appveyor.yml'
no previously-included directories found matching '.travis'
no previously-included directories found matching 'docs\_build'
no previously-included directories found matching 'contrib'
no previously-included directories found matching 'tasks'
no previously-included directories found matching 'tests'
writing manifest file 'pip.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\pip
copying pip\basecommand.py -> build\lib\pip
copying pip\baseparser.py -> build\lib\pip
copying pip\cmdoptions.py -> build\lib\pip
copying pip\download.py -> build\lib\pip
copying pip\exceptions.py -> build\lib\pip
copying pip\index.py -> build\lib\pip
copying pip\locations.py -> build\lib\pip
copying pip\pep425tags.py -> build\lib\pip
copying pip\status_codes.py -> build\lib\pip
copying pip\wheel.py -> build\lib\pip
copying pip\__init__.py -> build\lib\pip
copying pip\__main__.py -> build\lib\pip
creating build\lib\pip\commands
copying pip\commands\completion.py -> build\lib\pip\commands
copying pip\commands\download.py -> build\lib\pip\commands
copying pip\commands\freeze.py -> build\lib\pip\commands
copying pip\commands\hash.py -> build\lib\pip\commands
copying pip\commands\help.py -> build\lib\pip\commands
copying pip\commands\install.py -> build\lib\pip\commands
copying pip\commands\list.py -> build\lib\pip\commands
copying pip\commands\search.py -> build\lib\pip\commands
copying pip\commands\show.py -> build\lib\pip\commands
copying pip\commands\uninstall.py -> build\lib\pip\commands
copying pip\commands\wheel.py -> build\lib\pip\commands
copying pip\commands\__init__.py -> build\lib\pip\commands
creating build\lib\pip\compat
copying pip\compat\dictconfig.py -> build\lib\pip\compat
copying pip\compat\__init__.py -> build\lib\pip\compat
creating build\lib\pip\models
copying pip\models\index.py -> build\lib\pip\models
copying pip\models\__init__.py -> build\lib\pip\models
creating build\lib\pip\operations
copying pip\operations\freeze.py -> build\lib\pip\operations
copying pip\operations\__init__.py -> build\lib\pip\operations
creating build\lib\pip\req
copying pip\req\req_file.py -> build\lib\pip\req
copying pip\req\req_install.py -> build\lib\pip\req
copying pip\req\req_set.py -> build\lib\pip\req
copying pip\req\req_uninstall.py -> build\lib\pip\req
copying pip\req\__init__.py -> build\lib\pip\req
creating build\lib\pip\utils
copying pip\utils\appdirs.py -> build\lib\pip\utils
copying pip\utils\build.py -> build\lib\pip\utils
copying pip\utils\deprecation.py -> build\lib\pip\utils
copying pip\utils\filesystem.py -> build\lib\pip\utils
copying pip\utils\hashes.py -> build\lib\pip\utils
copying pip\utils\logging.py -> build\lib\pip\utils
copying pip\utils\outdated.py -> build\lib\pip\utils
copying pip\utils\setuptools_build.py -> build\lib\pip\utils
copying pip\utils\ui.py -> build\lib\pip\utils
copying pip\utils\__init__.py -> build\lib\pip\utils
creating build\lib\pip\vcs
copying pip\vcs\bazaar.py -> build\lib\pip\vcs
copying pip\vcs\git.py -> build\lib\pip\vcs
copying pip\vcs\mercurial.py -> build\lib\pip\vcs
copying pip\vcs\subversion.py -> build\lib\pip\vcs
copying pip\vcs\__init__.py -> build\lib\pip\vcs
creating build\lib\pip\_vendor
copying pip\_vendor\ipaddress.py -> build\lib\pip\_vendor
copying pip\_vendor\pyparsing.py -> build\lib\pip\_vendor
copying pip\_vendor\re-vendor.py -> build\lib\pip\_vendor
copying pip\_vendor\retrying.py -> build\lib\pip\_vendor
copying pip\_vendor\six.py -> build\lib\pip\_vendor
copying pip\_vendor\__init__.py -> build\lib\pip\_vendor
creating build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\adapter.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\cache.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\compat.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\controller.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\filewrapper.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\heuristics.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\serialize.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\wrapper.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\_cmd.py -> build\lib\pip\_vendor\cachecontrol
copying pip\_vendor\cachecontrol\__init__.py -> build\lib\pip\_vendor\cachecontrol
creating build\lib\pip\_vendor\colorama
copying pip\_vendor\colorama\ansi.py -> build\lib\pip\_vendor\colorama
copying pip\_vendor\colorama\ansitowin32.py -> build\lib\pip\_vendor\colorama
copying pip\_vendor\colorama\initialise.py -> build\lib\pip\_vendor\colorama
copying pip\_vendor\colorama\win32.py -> build\lib\pip\_vendor\colorama
copying pip\_vendor\colorama\winterm.py -> build\lib\pip\_vendor\colorama
copying pip\_vendor\colorama\__init__.py -> build\lib\pip\_vendor\colorama
creating build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\compat.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\database.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\index.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\locators.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\manifest.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\markers.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\metadata.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\resources.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\scripts.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\util.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\version.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\wheel.py -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\__init__.py -> build\lib\pip\_vendor\distlib
creating build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\constants.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\html5parser.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\ihatexml.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\inputstream.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\sanitizer.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\tokenizer.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\utils.py -> build\lib\pip\_vendor\html5lib
copying pip\_vendor\html5lib\__init__.py -> build\lib\pip\_vendor\html5lib
creating build\lib\pip\_vendor\lockfile
copying pip\_vendor\lockfile\linklockfile.py -> build\lib\pip\_vendor\lockfile
copying pip\_vendor\lockfile\mkdirlockfile.py -> build\lib\pip\_vendor\lockfile
copying pip\_vendor\lockfile\pidlockfile.py -> build\lib\pip\_vendor\lockfile
copying pip\_vendor\lockfile\sqlitelockfile.py -> build\lib\pip\_vendor\lockfile
copying pip\_vendor\lockfile\symlinklockfile.py -> build\lib\pip\_vendor\lockfile
copying pip\_vendor\lockfile\__init__.py -> build\lib\pip\_vendor\lockfile
creating build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\markers.py -> build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\specifiers.py -> build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\version.py -> build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\_compat.py -> build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\_structures.py -> build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\__about__.py -> build\lib\pip\_vendor\packaging
copying pip\_vendor\packaging\__init__.py -> build\lib\pip\_vendor\packaging
creating build\lib\pip\_vendor\pkg_resources
copying pip\_vendor\pkg_resources\__init__.py -> build\lib\pip\_vendor\pkg_resources
creating build\lib\pip\_vendor\progress
copying pip\_vendor\progress\bar.py -> build\lib\pip\_vendor\progress
copying pip\_vendor\progress\counter.py -> build\lib\pip\_vendor\progress
copying pip\_vendor\progress\helpers.py -> build\lib\pip\_vendor\progress
copying pip\_vendor\progress\spinner.py -> build\lib\pip\_vendor\progress
copying pip\_vendor\progress\__init__.py -> build\lib\pip\_vendor\progress
creating build\lib\pip\_vendor\requests
copying pip\_vendor\requests\adapters.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\api.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\auth.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\certs.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\compat.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\cookies.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\exceptions.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\hooks.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\models.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\sessions.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\status_codes.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\structures.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\utils.py -> build\lib\pip\_vendor\requests
copying pip\_vendor\requests\__init__.py -> build\lib\pip\_vendor\requests
creating build\lib\pip\_vendor\_markerlib
copying pip\_vendor\_markerlib\markers.py -> build\lib\pip\_vendor\_markerlib
copying pip\_vendor\_markerlib\__init__.py -> build\lib\pip\_vendor\_markerlib
creating build\lib\pip\_vendor\cachecontrol\caches
copying pip\_vendor\cachecontrol\caches\file_cache.py -> build\lib\pip\_vendor\cachecontrol\caches
copying pip\_vendor\cachecontrol\caches\redis_cache.py -> build\lib\pip\_vendor\cachecontrol\caches
copying pip\_vendor\cachecontrol\caches\__init__.py -> build\lib\pip\_vendor\cachecontrol\caches
creating build\lib\pip\_vendor\distlib\_backport
copying pip\_vendor\distlib\_backport\misc.py -> build\lib\pip\_vendor\distlib\_backport
copying pip\_vendor\distlib\_backport\shutil.py -> build\lib\pip\_vendor\distlib\_backport
copying pip\_vendor\distlib\_backport\sysconfig.py -> build\lib\pip\_vendor\distlib\_backport
copying pip\_vendor\distlib\_backport\tarfile.py -> build\lib\pip\_vendor\distlib\_backport
copying pip\_vendor\distlib\_backport\__init__.py -> build\lib\pip\_vendor\distlib\_backport
creating build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\alphabeticalattributes.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\inject_meta_charset.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\lint.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\optionaltags.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\sanitizer.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\whitespace.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\_base.py -> build\lib\pip\_vendor\html5lib\filters
copying pip\_vendor\html5lib\filters\__init__.py -> build\lib\pip\_vendor\html5lib\filters
creating build\lib\pip\_vendor\html5lib\serializer
copying pip\_vendor\html5lib\serializer\htmlserializer.py -> build\lib\pip\_vendor\html5lib\serializer
copying pip\_vendor\html5lib\serializer\__init__.py -> build\lib\pip\_vendor\html5lib\serializer
creating build\lib\pip\_vendor\html5lib\treeadapters
copying pip\_vendor\html5lib\treeadapters\sax.py -> build\lib\pip\_vendor\html5lib\treeadapters
copying pip\_vendor\html5lib\treeadapters\__init__.py -> build\lib\pip\_vendor\html5lib\treeadapters
creating build\lib\pip\_vendor\html5lib\treebuilders
copying pip\_vendor\html5lib\treebuilders\dom.py -> build\lib\pip\_vendor\html5lib\treebuilders
copying pip\_vendor\html5lib\treebuilders\etree.py -> build\lib\pip\_vendor\html5lib\treebuilders
copying pip\_vendor\html5lib\treebuilders\etree_lxml.py -> build\lib\pip\_vendor\html5lib\treebuilders
copying pip\_vendor\html5lib\treebuilders\_base.py -> build\lib\pip\_vendor\html5lib\treebuilders
copying pip\_vendor\html5lib\treebuilders\__init__.py -> build\lib\pip\_vendor\html5lib\treebuilders
creating build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\dom.py -> build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\etree.py -> build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\genshistream.py -> build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\lxmletree.py -> build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\pulldom.py -> build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\_base.py -> build\lib\pip\_vendor\html5lib\treewalkers
copying pip\_vendor\html5lib\treewalkers\__init__.py -> build\lib\pip\_vendor\html5lib\treewalkers
creating build\lib\pip\_vendor\html5lib\trie
copying pip\_vendor\html5lib\trie\datrie.py -> build\lib\pip\_vendor\html5lib\trie
copying pip\_vendor\html5lib\trie\py.py -> build\lib\pip\_vendor\html5lib\trie
copying pip\_vendor\html5lib\trie\_base.py -> build\lib\pip\_vendor\html5lib\trie
copying pip\_vendor\html5lib\trie\__init__.py -> build\lib\pip\_vendor\html5lib\trie
creating build\lib\pip\_vendor\requests\packages
copying pip\_vendor\requests\packages\__init__.py -> build\lib\pip\_vendor\requests\packages
creating build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\big5freq.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\big5prober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\chardetect.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\chardistribution.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\charsetgroupprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\charsetprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\codingstatemachine.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\compat.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\constants.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\cp949prober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\escprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\escsm.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\eucjpprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\euckrfreq.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\euckrprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\euctwfreq.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\euctwprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\gb2312freq.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\gb2312prober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\hebrewprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\jisfreq.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\jpcntx.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\langbulgarianmodel.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\langcyrillicmodel.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\langgreekmodel.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\langhebrewmodel.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\langhungarianmodel.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\langthaimodel.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\latin1prober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\mbcharsetprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\mbcsgroupprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\mbcssm.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\sbcharsetprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\sbcsgroupprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\sjisprober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\universaldetector.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\utf8prober.py -> build\lib\pip\_vendor\requests\packages\chardet
copying pip\_vendor\requests\packages\chardet\__init__.py -> build\lib\pip\_vendor\requests\packages\chardet
creating build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\connection.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\connectionpool.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\exceptions.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\fields.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\filepost.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\poolmanager.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\request.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\response.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\_collections.py -> build\lib\pip\_vendor\requests\packages\urllib3
copying pip\_vendor\requests\packages\urllib3\__init__.py -> build\lib\pip\_vendor\requests\packages\urllib3
creating build\lib\pip\_vendor\requests\packages\urllib3\contrib
copying pip\_vendor\requests\packages\urllib3\contrib\appengine.py -> build\lib\pip\_vendor\requests\packages\urllib3\co
ntrib
copying pip\_vendor\requests\packages\urllib3\contrib\ntlmpool.py -> build\lib\pip\_vendor\requests\packages\urllib3\con
trib
copying pip\_vendor\requests\packages\urllib3\contrib\pyopenssl.py -> build\lib\pip\_vendor\requests\packages\urllib3\co
ntrib
copying pip\_vendor\requests\packages\urllib3\contrib\__init__.py -> build\lib\pip\_vendor\requests\packages\urllib3\con
trib
creating build\lib\pip\_vendor\requests\packages\urllib3\packages
copying pip\_vendor\requests\packages\urllib3\packages\ordered_dict.py -> build\lib\pip\_vendor\requests\packages\urllib
3\packages
copying pip\_vendor\requests\packages\urllib3\packages\six.py -> build\lib\pip\_vendor\requests\packages\urllib3\package
s
copying pip\_vendor\requests\packages\urllib3\packages\__init__.py -> build\lib\pip\_vendor\requests\packages\urllib3\pa
ckages
creating build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\connection.py -> build\lib\pip\_vendor\requests\packages\urllib3\util


copying pip\_vendor\requests\packages\urllib3\util\request.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\response.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\retry.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\ssl_.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\timeout.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\url.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
copying pip\_vendor\requests\packages\urllib3\util\__init__.py -> build\lib\pip\_vendor\requests\packages\urllib3\util
creating build\lib\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname
copying pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname\_implementation.py -> build\lib\pip\_vendor\re
quests\packages\urllib3\packages\ssl_match_hostname
copying pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname\__init__.py -> build\lib\pip\_vendor\requests\
packages\urllib3\packages\ssl_match_hostname
copying pip\_vendor\distlib\t32.exe -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\t64.exe -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\w32.exe -> build\lib\pip\_vendor\distlib
copying pip\_vendor\distlib\w64.exe -> build\lib\pip\_vendor\distlib
copying pip\_vendor\requests\cacert.pem -> build\lib\pip\_vendor\requests
copying pip\_vendor\distlib\_backport\sysconfig.cfg -> build\lib\pip\_vendor\distlib\_backport
creating build\bdist.win-amd64
creating build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\pip
copying build\lib\pip\basecommand.py -> build\bdist.win-amd64\egg\pip
copying build\lib\pip\baseparser.py -> build\bdist.win-amd64\egg\pip
copying build\lib\pip\cmdoptions.py -> build\bdist.win-amd64\egg\pip
creating build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\completion.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\download.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\freeze.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\hash.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\help.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\install.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\list.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\search.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\show.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\uninstall.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\wheel.py -> build\bdist.win-amd64\egg\pip\commands
copying build\lib\pip\commands\__init__.py -> build\bdist.win-amd64\egg\pip\commands
creating build\bdist.win-amd64\egg\pip\compat
copying build\lib\pip\compat\dictconfig.py -> build\bdist.win-amd64\egg\pip\compat
copying build\lib\pip\compat\__init__.py -> build\bdist.win-amd64\egg\pip\compat
copying build\lib\pip\download.py -> build\bdist.win-amd64\egg\pip
copying build\lib\pip\exceptions.py -> build\bdist.win-amd64\egg\pip
copying build\lib\pip\index.py -> build\bdist.win-amd64\egg\pip
copying build\lib\pip\locations.py -> build\bdist.win-amd64\egg\pip
creating build\bdist.win-amd64\egg\pip\models
copying build\lib\pip\models\index.py -> build\bdist.win-amd64\egg\pip\models
copying build\lib\pip\models\__init__.py -> build\bdist.win-amd64\egg\pip\models
creating build\bdist.win-amd64\egg\pip\operations
copying build\lib\pip\operations\freeze.py -> build\bdist.win-amd64\egg\pip\operations
copying build\lib\pip\operations\__init__.py -> build\bdist.win-amd64\egg\pip\operations
copying build\lib\pip\pep425tags.py -> build\bdist.win-amd64\egg\pip
creating build\bdist.win-amd64\egg\pip\req
copying build\lib\pip\req\req_file.py -> build\bdist.win-amd64\egg\pip\req
copying build\lib\pip\req\req_install.py -> build\bdist.win-amd64\egg\pip\req
copying build\lib\pip\req\req_set.py -> build\bdist.win-amd64\egg\pip\req
copying build\lib\pip\req\req_uninstall.py -> build\bdist.win-amd64\egg\pip\req
copying build\lib\pip\req\__init__.py -> build\bdist.win-amd64\egg\pip\req
copying build\lib\pip\status_codes.py -> build\bdist.win-amd64\egg\pip
creating build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\appdirs.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\build.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\deprecation.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\filesystem.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\hashes.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\logging.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\outdated.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\setuptools_build.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\ui.py -> build\bdist.win-amd64\egg\pip\utils
copying build\lib\pip\utils\__init__.py -> build\bdist.win-amd64\egg\pip\utils
creating build\bdist.win-amd64\egg\pip\vcs
copying build\lib\pip\vcs\bazaar.py -> build\bdist.win-amd64\egg\pip\vcs
copying build\lib\pip\vcs\git.py -> build\bdist.win-amd64\egg\pip\vcs
copying build\lib\pip\vcs\mercurial.py -> build\bdist.win-amd64\egg\pip\vcs
copying build\lib\pip\vcs\subversion.py -> build\bdist.win-amd64\egg\pip\vcs
copying build\lib\pip\vcs\__init__.py -> build\bdist.win-amd64\egg\pip\vcs
copying build\lib\pip\wheel.py -> build\bdist.win-amd64\egg\pip
creating build\bdist.win-amd64\egg\pip\_vendor
creating build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\adapter.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\cache.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
creating build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\caches
copying build\lib\pip\_vendor\cachecontrol\caches\file_cache.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\ca
ches
copying build\lib\pip\_vendor\cachecontrol\caches\redis_cache.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\c
aches
copying build\lib\pip\_vendor\cachecontrol\caches\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\cach
es
copying build\lib\pip\_vendor\cachecontrol\compat.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\controller.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\filewrapper.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\heuristics.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\serialize.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\wrapper.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\_cmd.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
copying build\lib\pip\_vendor\cachecontrol\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\cachecontrol
creating build\bdist.win-amd64\egg\pip\_vendor\colorama
copying build\lib\pip\_vendor\colorama\ansi.py -> build\bdist.win-amd64\egg\pip\_vendor\colorama
copying build\lib\pip\_vendor\colorama\ansitowin32.py -> build\bdist.win-amd64\egg\pip\_vendor\colorama
copying build\lib\pip\_vendor\colorama\initialise.py -> build\bdist.win-amd64\egg\pip\_vendor\colorama
copying build\lib\pip\_vendor\colorama\win32.py -> build\bdist.win-amd64\egg\pip\_vendor\colorama
copying build\lib\pip\_vendor\colorama\winterm.py -> build\bdist.win-amd64\egg\pip\_vendor\colorama
copying build\lib\pip\_vendor\colorama\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\colorama
creating build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\compat.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\database.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\index.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\locators.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\manifest.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\markers.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\metadata.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\resources.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\scripts.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\t32.exe -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\t64.exe -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\util.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\version.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\w32.exe -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\w64.exe -> build\bdist.win-amd64\egg\pip\_vendor\distlib
copying build\lib\pip\_vendor\distlib\wheel.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
creating build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport
copying build\lib\pip\_vendor\distlib\_backport\misc.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport
copying build\lib\pip\_vendor\distlib\_backport\shutil.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport
copying build\lib\pip\_vendor\distlib\_backport\sysconfig.cfg -> build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport


copying build\lib\pip\_vendor\distlib\_backport\sysconfig.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport
copying build\lib\pip\_vendor\distlib\_backport\tarfile.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport
copying build\lib\pip\_vendor\distlib\_backport\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport
copying build\lib\pip\_vendor\distlib\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\distlib
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib
copying build\lib\pip\_vendor\html5lib\constants.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters
copying build\lib\pip\_vendor\html5lib\filters\alphabeticalattributes.py -> build\bdist.win-amd64\egg\pip\_vendor\html5l
ib\filters
copying build\lib\pip\_vendor\html5lib\filters\inject_meta_charset.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\
filters
copying build\lib\pip\_vendor\html5lib\filters\lint.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters
copying build\lib\pip\_vendor\html5lib\filters\optionaltags.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters


copying build\lib\pip\_vendor\html5lib\filters\sanitizer.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters
copying build\lib\pip\_vendor\html5lib\filters\whitespace.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters
copying build\lib\pip\_vendor\html5lib\filters\_base.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters
copying build\lib\pip\_vendor\html5lib\filters\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters
copying build\lib\pip\_vendor\html5lib\html5parser.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
copying build\lib\pip\_vendor\html5lib\ihatexml.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
copying build\lib\pip\_vendor\html5lib\inputstream.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
copying build\lib\pip\_vendor\html5lib\sanitizer.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib\serializer
copying build\lib\pip\_vendor\html5lib\serializer\htmlserializer.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\se
rializer
copying build\lib\pip\_vendor\html5lib\serializer\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\serializ
er
copying build\lib\pip\_vendor\html5lib\tokenizer.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib\treeadapters
copying build\lib\pip\_vendor\html5lib\treeadapters\sax.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treeadapter
s
copying build\lib\pip\_vendor\html5lib\treeadapters\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treead
apters
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilders
copying build\lib\pip\_vendor\html5lib\treebuilders\dom.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilder
s
copying build\lib\pip\_vendor\html5lib\treebuilders\etree.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuild
ers
copying build\lib\pip\_vendor\html5lib\treebuilders\etree_lxml.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\tree
builders
copying build\lib\pip\_vendor\html5lib\treebuilders\_base.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuild
ers
copying build\lib\pip\_vendor\html5lib\treebuilders\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebu
ilders
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers
copying build\lib\pip\_vendor\html5lib\treewalkers\dom.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers
copying build\lib\pip\_vendor\html5lib\treewalkers\etree.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalker
s
copying build\lib\pip\_vendor\html5lib\treewalkers\genshistream.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\tre
ewalkers
copying build\lib\pip\_vendor\html5lib\treewalkers\lxmletree.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewa
lkers
copying build\lib\pip\_vendor\html5lib\treewalkers\pulldom.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalk
ers
copying build\lib\pip\_vendor\html5lib\treewalkers\_base.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalker
s
copying build\lib\pip\_vendor\html5lib\treewalkers\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewal
kers
creating build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie
copying build\lib\pip\_vendor\html5lib\trie\datrie.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie
copying build\lib\pip\_vendor\html5lib\trie\py.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie
copying build\lib\pip\_vendor\html5lib\trie\_base.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie
copying build\lib\pip\_vendor\html5lib\trie\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie
copying build\lib\pip\_vendor\html5lib\utils.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
copying build\lib\pip\_vendor\html5lib\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\html5lib
copying build\lib\pip\_vendor\ipaddress.py -> build\bdist.win-amd64\egg\pip\_vendor
creating build\bdist.win-amd64\egg\pip\_vendor\lockfile
copying build\lib\pip\_vendor\lockfile\linklockfile.py -> build\bdist.win-amd64\egg\pip\_vendor\lockfile
copying build\lib\pip\_vendor\lockfile\mkdirlockfile.py -> build\bdist.win-amd64\egg\pip\_vendor\lockfile
copying build\lib\pip\_vendor\lockfile\pidlockfile.py -> build\bdist.win-amd64\egg\pip\_vendor\lockfile
copying build\lib\pip\_vendor\lockfile\sqlitelockfile.py -> build\bdist.win-amd64\egg\pip\_vendor\lockfile
copying build\lib\pip\_vendor\lockfile\symlinklockfile.py -> build\bdist.win-amd64\egg\pip\_vendor\lockfile
copying build\lib\pip\_vendor\lockfile\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\lockfile
creating build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\markers.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\specifiers.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\version.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\_compat.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\_structures.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\__about__.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
copying build\lib\pip\_vendor\packaging\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\packaging
creating build\bdist.win-amd64\egg\pip\_vendor\pkg_resources
copying build\lib\pip\_vendor\pkg_resources\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\pkg_resources
creating build\bdist.win-amd64\egg\pip\_vendor\progress
copying build\lib\pip\_vendor\progress\bar.py -> build\bdist.win-amd64\egg\pip\_vendor\progress
copying build\lib\pip\_vendor\progress\counter.py -> build\bdist.win-amd64\egg\pip\_vendor\progress
copying build\lib\pip\_vendor\progress\helpers.py -> build\bdist.win-amd64\egg\pip\_vendor\progress
copying build\lib\pip\_vendor\progress\spinner.py -> build\bdist.win-amd64\egg\pip\_vendor\progress
copying build\lib\pip\_vendor\progress\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\progress
copying build\lib\pip\_vendor\pyparsing.py -> build\bdist.win-amd64\egg\pip\_vendor
copying build\lib\pip\_vendor\re-vendor.py -> build\bdist.win-amd64\egg\pip\_vendor
creating build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\adapters.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\api.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\auth.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\cacert.pem -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\certs.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\compat.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\cookies.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\exceptions.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\hooks.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\models.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\big5freq.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pa
ckages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\big5prober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\chardetect.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\chardistribution.py -> build\bdist.win-amd64\egg\pip\_vendor\req
uests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\charsetgroupprober.py -> build\bdist.win-amd64\egg\pip\_vendor\r
equests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\charsetprober.py -> build\bdist.win-amd64\egg\pip\_vendor\reques
ts\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\codingstatemachine.py -> build\bdist.win-amd64\egg\pip\_vendor\r
equests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\compat.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pack
ages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\constants.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\p
ackages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\cp949prober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\escprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\p
ackages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\escsm.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\packa
ges\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\eucjpprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\euckrfreq.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\p
ackages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\euckrprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\euctwfreq.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\p
ackages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\euctwprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\gb2312freq.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\gb2312prober.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\hebrewprober.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\jisfreq.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pac
kages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\jpcntx.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pack
ages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\langbulgarianmodel.py -> build\bdist.win-amd64\egg\pip\_vendor\r
equests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\langcyrillicmodel.py -> build\bdist.win-amd64\egg\pip\_vendor\re
quests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\langgreekmodel.py -> build\bdist.win-amd64\egg\pip\_vendor\reque
sts\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\langhebrewmodel.py -> build\bdist.win-amd64\egg\pip\_vendor\requ
ests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\langhungarianmodel.py -> build\bdist.win-amd64\egg\pip\_vendor\r
equests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\langthaimodel.py -> build\bdist.win-amd64\egg\pip\_vendor\reques
ts\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\latin1prober.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\mbcharsetprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requ
ests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\mbcsgroupprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requ
ests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\mbcssm.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pack
ages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\sbcharsetprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requ
ests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\sbcsgroupprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requ
ests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\sjisprober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\universaldetector.py -> build\bdist.win-amd64\egg\pip\_vendor\re
quests\packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\utf8prober.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\chardet
copying build\lib\pip\_vendor\requests\packages\chardet\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pa
ckages\chardet
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\connection.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\connectionpool.py -> build\bdist.win-amd64\egg\pip\_vendor\reque
sts\packages\urllib3
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\contrib
copying build\lib\pip\_vendor\requests\packages\urllib3\contrib\appengine.py -> build\bdist.win-amd64\egg\pip\_vendor\re
quests\packages\urllib3\contrib
copying build\lib\pip\_vendor\requests\packages\urllib3\contrib\ntlmpool.py -> build\bdist.win-amd64\egg\pip\_vendor\req
uests\packages\urllib3\contrib
copying build\lib\pip\_vendor\requests\packages\urllib3\contrib\pyopenssl.py -> build\bdist.win-amd64\egg\pip\_vendor\re
quests\packages\urllib3\contrib
copying build\lib\pip\_vendor\requests\packages\urllib3\contrib\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\req
uests\packages\urllib3\contrib
copying build\lib\pip\_vendor\requests\packages\urllib3\exceptions.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\fields.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pack
ages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\filepost.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pa
ckages\urllib3
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages
copying build\lib\pip\_vendor\requests\packages\urllib3\packages\ordered_dict.py -> build\bdist.win-amd64\egg\pip\_vendo
r\requests\packages\urllib3\packages
copying build\lib\pip\_vendor\requests\packages\urllib3\packages\six.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\urllib3\packages
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname
copying build\lib\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname\_implementation.py -> build\bdist.wi
n-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname
copying build\lib\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname\__init__.py -> build\bdist.win-amd64
\egg\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname
copying build\lib\pip\_vendor\requests\packages\urllib3\packages\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\re
quests\packages\urllib3\packages
copying build\lib\pip\_vendor\requests\packages\urllib3\poolmanager.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
\packages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\request.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pac
kages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\response.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pa
ckages\urllib3
creating build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\connection.py -> build\bdist.win-amd64\egg\pip\_vendor\requ
ests\packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\request.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\response.py -> build\bdist.win-amd64\egg\pip\_vendor\reques
ts\packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\retry.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\
packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\ssl_.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\p
ackages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\timeout.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\url.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pa
ckages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\util\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\reques
ts\packages\urllib3\util
copying build\lib\pip\_vendor\requests\packages\urllib3\_collections.py -> build\bdist.win-amd64\egg\pip\_vendor\request
s\packages\urllib3
copying build\lib\pip\_vendor\requests\packages\urllib3\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\pa
ckages\urllib3
copying build\lib\pip\_vendor\requests\packages\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\requests\packages
copying build\lib\pip\_vendor\requests\sessions.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\status_codes.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\structures.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\utils.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\requests\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\requests
copying build\lib\pip\_vendor\retrying.py -> build\bdist.win-amd64\egg\pip\_vendor
copying build\lib\pip\_vendor\six.py -> build\bdist.win-amd64\egg\pip\_vendor
creating build\bdist.win-amd64\egg\pip\_vendor\_markerlib
copying build\lib\pip\_vendor\_markerlib\markers.py -> build\bdist.win-amd64\egg\pip\_vendor\_markerlib
copying build\lib\pip\_vendor\_markerlib\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor\_markerlib
copying build\lib\pip\_vendor\__init__.py -> build\bdist.win-amd64\egg\pip\_vendor
copying build\lib\pip\__init__.py -> build\bdist.win-amd64\egg\pip
copying build\lib\pip\__main__.py -> build\bdist.win-amd64\egg\pip
byte-compiling build\bdist.win-amd64\egg\pip\basecommand.py to basecommand.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\baseparser.py to baseparser.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\cmdoptions.py to cmdoptions.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\completion.py to completion.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\download.py to download.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\freeze.py to freeze.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\hash.py to hash.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\help.py to help.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\install.py to install.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\list.py to list.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\search.py to search.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\show.py to show.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\uninstall.py to uninstall.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\wheel.py to wheel.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\commands\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\compat\dictconfig.py to dictconfig.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\compat\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\download.py to download.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\exceptions.py to exceptions.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\index.py to index.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\locations.py to locations.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\models\index.py to index.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\models\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\operations\freeze.py to freeze.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\operations\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\pep425tags.py to pep425tags.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\req\req_file.py to req_file.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\req\req_install.py to req_install.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\req\req_set.py to req_set.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\req\req_uninstall.py to req_uninstall.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\req\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\status_codes.py to status_codes.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\appdirs.py to appdirs.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\build.py to build.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\deprecation.py to deprecation.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\filesystem.py to filesystem.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\hashes.py to hashes.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\logging.py to logging.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\outdated.py to outdated.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\setuptools_build.py to setuptools_build.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\ui.py to ui.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\utils\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\vcs\bazaar.py to bazaar.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\vcs\git.py to git.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\vcs\mercurial.py to mercurial.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\vcs\subversion.py to subversion.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\vcs\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\wheel.py to wheel.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\adapter.py to adapter.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\cache.py to cache.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\caches\file_cache.py to file_cache.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\caches\redis_cache.py to redis_cache.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\caches\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\compat.py to compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\controller.py to controller.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\filewrapper.py to filewrapper.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\heuristics.py to heuristics.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\serialize.py to serialize.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\wrapper.py to wrapper.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\_cmd.py to _cmd.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\cachecontrol\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\colorama\ansi.py to ansi.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\colorama\ansitowin32.py to ansitowin32.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\colorama\initialise.py to initialise.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\colorama\win32.py to win32.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\colorama\winterm.py to winterm.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\colorama\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\compat.py to compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\database.py to database.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\index.py to index.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\locators.py to locators.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\manifest.py to manifest.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\markers.py to markers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\metadata.py to metadata.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\resources.py to resources.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\scripts.py to scripts.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\util.py to util.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\version.py to version.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\wheel.py to wheel.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport\misc.py to misc.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport\shutil.py to shutil.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport\sysconfig.py to sysconfig.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport\tarfile.py to tarfile.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\_backport\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\distlib\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\constants.py to constants.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\alphabeticalattributes.py to alphabeticalattribute
s.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\inject_meta_charset.py to inject_meta_charset.cpyt
hon-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\lint.py to lint.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\optionaltags.py to optionaltags.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\sanitizer.py to sanitizer.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\whitespace.py to whitespace.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\_base.py to _base.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\filters\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\html5parser.py to html5parser.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\ihatexml.py to ihatexml.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\inputstream.py to inputstream.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\sanitizer.py to sanitizer.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\serializer\htmlserializer.py to htmlserializer.cpython-35.
pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\serializer\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\tokenizer.py to tokenizer.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treeadapters\sax.py to sax.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treeadapters\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilders\dom.py to dom.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilders\etree.py to etree.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilders\etree_lxml.py to etree_lxml.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilders\_base.py to _base.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treebuilders\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\dom.py to dom.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\etree.py to etree.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\genshistream.py to genshistream.cpython-35.pyc


byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\lxmletree.py to lxmletree.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\pulldom.py to pulldom.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\_base.py to _base.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\treewalkers\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie\datrie.py to datrie.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie\py.py to py.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie\_base.py to _base.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\trie\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\utils.py to utils.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\html5lib\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\ipaddress.py to ipaddress.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\lockfile\linklockfile.py to linklockfile.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\lockfile\mkdirlockfile.py to mkdirlockfile.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\lockfile\pidlockfile.py to pidlockfile.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\lockfile\sqlitelockfile.py to sqlitelockfile.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\lockfile\symlinklockfile.py to symlinklockfile.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\lockfile\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\markers.py to markers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\specifiers.py to specifiers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\version.py to version.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\_compat.py to _compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\_structures.py to _structures.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\__about__.py to __about__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\packaging\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\pkg_resources\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\progress\bar.py to bar.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\progress\counter.py to counter.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\progress\helpers.py to helpers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\progress\spinner.py to spinner.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\progress\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\pyparsing.py to pyparsing.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\re-vendor.py to re-vendor.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\adapters.py to adapters.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\api.py to api.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\auth.py to auth.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\certs.py to certs.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\compat.py to compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\cookies.py to cookies.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\exceptions.py to exceptions.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\hooks.py to hooks.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\models.py to models.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\big5freq.py to big5freq.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\big5prober.py to big5prober.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\chardetect.py to chardetect.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\chardistribution.py to chardistribution.c
python-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\charsetgroupprober.py to charsetgroupprob
er.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\charsetprober.py to charsetprober.cpython
-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\codingstatemachine.py to codingstatemachi
ne.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\compat.py to compat.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\constants.py to constants.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\cp949prober.py to cp949prober.cpython-35.
pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\escprober.py to escprober.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\escsm.py to escsm.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\eucjpprober.py to eucjpprober.cpython-35.
pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\euckrfreq.py to euckrfreq.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\euckrprober.py to euckrprober.cpython-35.
pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\euctwfreq.py to euctwfreq.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\euctwprober.py to euctwprober.cpython-35.
pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\gb2312freq.py to gb2312freq.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\gb2312prober.py to gb2312prober.cpython-3
5.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\hebrewprober.py to hebrewprober.cpython-3
5.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\jisfreq.py to jisfreq.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\jpcntx.py to jpcntx.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\langbulgarianmodel.py to langbulgarianmod
el.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\langcyrillicmodel.py to langcyrillicmodel
.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\langgreekmodel.py to langgreekmodel.cpyth
on-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\langhebrewmodel.py to langhebrewmodel.cpy
thon-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\langhungarianmodel.py to langhungarianmod
el.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\langthaimodel.py to langthaimodel.cpython
-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\latin1prober.py to latin1prober.cpython-3
5.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\mbcharsetprober.py to mbcharsetprober.cpy
thon-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\mbcsgroupprober.py to mbcsgroupprober.cpy
thon-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\mbcssm.py to mbcssm.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\sbcharsetprober.py to sbcharsetprober.cpy
thon-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\sbcsgroupprober.py to sbcsgroupprober.cpy
thon-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\sjisprober.py to sjisprober.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\universaldetector.py to universaldetector
.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\utf8prober.py to utf8prober.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\chardet\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\connection.py to connection.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\connectionpool.py to connectionpool.cpyth
on-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\contrib\appengine.py to appengine.cpython
-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\contrib\ntlmpool.py to ntlmpool.cpython-3
5.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\contrib\pyopenssl.py to pyopenssl.cpython
-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\contrib\__init__.py to __init__.cpython-3
5.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\exceptions.py to exceptions.cpython-35.py
c
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\fields.py to fields.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\filepost.py to filepost.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\ordered_dict.py to ordered_dict.
cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\six.py to six.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname\_implementati
on.py to _implementation.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\ssl_match_hostname\__init__.py t
o __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\packages\__init__.py to __init__.cpython-
35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\poolmanager.py to poolmanager.cpython-35.
pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\request.py to request.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\response.py to response.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\connection.py to connection.cpython-
35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\request.py to request.cpython-35.pyc


byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\response.py to response.cpython-35.p
yc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\retry.py to retry.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\ssl_.py to ssl_.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\timeout.py to timeout.cpython-35.pyc


byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\url.py to url.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\util\__init__.py to __init__.cpython-35.p
yc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\_collections.py to _collections.cpython-3
5.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\urllib3\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\packages\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\sessions.py to sessions.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\status_codes.py to status_codes.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\structures.py to structures.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\utils.py to utils.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\requests\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\retrying.py to retrying.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\six.py to six.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\_markerlib\markers.py to markers.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\_markerlib\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\_vendor\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\__init__.py to __init__.cpython-35.pyc
byte-compiling build\bdist.win-amd64\egg\pip\__main__.py to __main__.cpython-35.pyc
creating build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\entry_points.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\not-zip-safe -> build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pip.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
creating dist
creating 'dist\pip-8.0.2-py3.5.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing pip-8.0.2-py3.5.egg
creating c:\program files\python 3.5\lib\site-packages\pip-8.0.2-py3.5.egg
Extracting pip-8.0.2-py3.5.egg to c:\program files\python 3.5\lib\site-packages
Adding pip 8.0.2 to easy-install.pth file
Installing pip3.5-script.py script to C:\Program Files\Python 3.5\Scripts
Installing pip3.5.exe script to C:\Program Files\Python 3.5\Scripts
Installing pip3-script.py script to C:\Program Files\Python 3.5\Scripts
Installing pip3.exe script to C:\Program Files\Python 3.5\Scripts
Installing pip-script.py script to C:\Program Files\Python 3.5\Scripts
Installing pip.exe script to C:\Program Files\Python 3.5\Scripts


Installed c:\program files\python 3.5\lib\site-packages\pip-8.0.2-py3.5.egg
Processing dependencies for pip==8.0.2
Finished processing dependencies for pip==8.0.2




4,安装完后,输入pip 验证一下
D:\python\pip-8.0.2>pip


Usage:
  pip <command> [options]


Commands:
  install                     Install packages.
  download                    Download packages.
  uninstall                   Uninstall packages.
  freeze                      Output installed packages in requirements format.
  list                        List installed packages.
  show                        Show information about installed packages.
  search                      Search PyPI for packages.
  wheel                       Build wheels from your requirements.
  hash                        Compute hashes of package archives.
  help                        Show help for commands.


General Options:
  -h, --help                  Show help.
  --isolated                  Run pip in an isolated mode, ignoring
                              environment variables and user configuration.
  -v, --verbose               Give more output. Option is additive, and can be
                              used up to 3 times.
  -V, --version               Show version and exit.
  -q, --quiet                 Give less output.
  --log <path>                Path to a verbose appending log.
  --proxy <proxy>             Specify a proxy in the form
                              [user:passwd@]proxy.server:port.
  --retries <retries>         Maximum number of retries each connection should
                              attempt (default 5 times).
  --timeout <sec>             Set the socket timeout (default 15 seconds).
  --exists-action <action>    Default action when a path already exists:
                              (s)witch, (i)gnore, (w)ipe, (b)ackup.
  --trusted-host <hostname>   Mark this host as trusted, even though it does
                              not have valid or any HTTPS.
  --cert <path>               Path to alternate CA bundle.
  --client-cert <path>        Path to SSL client certificate, a single file
                              containing the private key and the certificate
                              in PEM format.
  --cache-dir <dir>           Store the cache data in <dir>.
  --no-cache-dir              Disable the cache.
  --disable-pip-version-check
                              Don't periodically check PyPI to determine
                              whether a new version of pip is available for
                              download. Implied with --no-index.
1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md或论文文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。 5、资源来自互联网采集,如有侵权,私聊博主删除。 6、可私信博主看论文后选择购买源代码。 1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md或论文文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。 5、资源来自互联网采集,如有侵权,私聊博主删除。 6、可私信博主看论文后选择购买源代码。 1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md或论文文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。 5、资源来自互联网采集,如有侵权,私聊博主删除。 6、可私信博主看论文后选择购买源代码。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值