VSCode python开发环境配置

步骤1:下载python程序https://www.python.org/

步骤2:配置pip源

将下方的文本拷贝到pip.ini文件中,并将该文件放置到c:\user\username\pip\ 目录下

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn

步骤3:开始使用吧~

posted @ 2020-08-14 20:48  moju90  阅读(105)  评论(0)    收藏  举报