文末有史上最全的python编辑器安装&使用教程
系统要求:
Microsoft Windows 10、8、7(SP1)的64位版本
最低4 GB RAM,建议8 GB RAM
1.5 GB硬盘空间+至少1 GB用于缓存
最低1024x768屏幕分辨率
Python 2.7或Python 3.5或更高版本
pycharm-community-2019.3.2.exe | 277.06MB | 下载 |
常见问题官方文档链接:https://code.visualstudio.com/docs (内容原文为英文,建议使用谷歌浏览器自带翻译功能)
常见问题
可设置 pip 从国内的镜像源下载安装
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣 http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
设置方法,以清华镜像源为例:
临时使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxxxxx
永久设置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
史上最全Python编辑器安装&使用教程
|