基于 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/

 

参考资料:

Anaconda和Pycharm的安装和配置

https://www.cnblogs.com/yuxuefeng/articles/9235431.html

写的很好!配置python,tensorFlow很方便。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章