天天看点

基于 Anaconda和Pycharm 开发环境配置

1. 先下载Anaconda,安装后直接有python

地址 ​​https://www.anaconda.com/products/individual​​

2. 下载pycharm社区版,project interpreter 中选择Anaconda中的python

3. pycharm中安装包:File | Settings | Project: python_project | Project Interpreter 点加号然后搜索需要的包名

4. pycharm中添加仓库路径,File | Settings | Project: python_project | Project Interpreter 点加号

    然后 Manage Repositories,再点加号,写入地址

仓库路径:

清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/      

参考资料: