美文网首页
python 安装

python 安装

作者: 无花无酒_3cd3 | 来源:发表于2023-07-02 11:18 被阅读0次

官网下载安装 https://www.python.org/

pip python的包管理器

pip 下载安装

1、在终端执行命令 curl 'https://bootstrap.pypa.io/get-pip.py' > get-pip.py获取get-pip.py
2、在终端执行命令python get-pip.py安装pip
3、在终端执行pip -V检查pip的版本
4、在终端执行pip install 包名即可安装需要的包了

相关文章

网友评论

      本文标题:python 安装

      本文链接:https://www.haomeiwen.com/subject/kjrfudtx.html