How to use pip in Windows?

This question already has an answer here:

  • How do I install pip on Windows? 35 answers

  • 你必须在Windows命令提示符中执行该命令,而不是在python shell中。


    How do I install pip on Windows?

    This installed Pip at C:Python27Scriptspip.exe. Find pip.exe on your computer, then add its folder (for example, C:Python27Scripts) to your path (Start / Edit environment variables). Now you should be able to run pip from the command line. Try installing a package:

    pip install httpie

    链接地址: http://www.djcxy.com/p/26356.html

    上一篇: 试图安装和使用Pip

    下一篇: 如何在Windows中使用pip?