您现在的位置: 首页 > 动态 > 文章正文动态
清华镜像源(python3怎么安装sympy和matplotlib模块)
发布时间:2022-10-21 21:10 点击:次
首先安装最新版的 Python 3,去 Python 官网下载最新的 Python 安装文件,网址是:https://www.python.org/。按照 安装对话框提示进行安装,特别注意需要勾选将 Python 解释器添加到系统环境变量 PATH 中;
然后安装 sympy, 在 Windows cmd 窗口中输入:pip install sympy,这是默认的安装方式,此方式将会从国外下载安装包,由于网络原因可能无效。当使用前面的方式无法安装时,可以考虑选择国内镜像源安装,在 cmd 中输入:pip install sympy -i
https://pypi.tuna.tsinghua.edu.cn/simple;
最后安装 matplotlib,在 cmd 中输入:pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple。
备注:
以下是几个国内 Python 包镜像源:
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/