Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 1.98 KB

windows下安装pip.md

File metadata and controls

53 lines (26 loc) · 1.98 KB

在windows 下安装pip

一直听人说Python拓展包安装用pip

但是呢,csdn上一搜全是mac或者linux下的安装教程,这让小白我一脸雾水。(也有可能是我没找到)

今天就教小白如何在windows 下安装pip

①安装python ,确定好在cmd下输入python有用

② pip最新下载地址 https://pypi.org/project/pip/#files

③ 将其解压到一个文件夹里,比如我

④在cmd下打开该路径目录,比如我

⑤输入 python setup.py install 接下来就是很快的安装

⑥配置环境变量,每个人的安装目录不一样,比如我

这边要注意,环境变量一定是 xxxxx/Scripts

将其放入环境变量,比如我

⑦大功告成

<div>欢迎大家加入我的github项目,一起学习,一起发展</div>
<a href="https://github.com/xunyegege/source" style="text-decoration: none;color: white;font-weight: bolder">--->全栈工程师进阶学习站</a><br>
<a href="https://github.com/xunyegege/gavin_note" style="text-decoration: none;color: white;font-weight: bolder">--->我个人的学习及生活小记录</a><br>
<a href="https://github.com/xunyegege/report_gather" style="text-decoration: none;color: white;font-weight: bolder">--->行业内最新最群的报告,工作日每日更新</a><br>