如何在Windows上的python 3.4中使用pip? [英] How to use pip with python 3.4 on windows?

查看:86
本文介绍了如何在Windows上的python 3.4中使用pip?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只需在Windows 7上安装python 3.4.1的新副本即可.此处表示pip为默认情况下包括在内.但我找不到任何pip.exe或某些pip命令.我需要单独安装还是在某处安装它?

Just installed a fresh copy of python 3.4.1 on windows 7. Here says that pip is included by default. but i could not find any pip.exe or some pip commands. Do I need to install it separately or it exists somewhere?

推荐答案

我有Windows7 Python 3.4.1;格斯建议的以下命令效果很好

i have Windows7 Python 3.4.1; following command suggested by Guss worked well

C:\Users>py -m pip install requests

输出

Downloading/unpacking requests
Installing collected packages: requests
Successfully installed requests
Cleaning up...

这篇关于如何在Windows上的python 3.4中使用pip?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆