发表于 2021-2-20 14:23:52

Python环境配置 Anaconda+PyCharm

本帖最后由 枍 于 2021-2-20 14:38 编辑

## Python环境配置 Anaconda+Pycharm



### Step 1 Install Anaconda

- 优点

- include core Python environment, IDE (integrated development environment), all in one
- more than 180 widely used packages available
- easy to install and manage packages, solving dependency

- 下载安装

- ```
    https://www.anaconda.com/products/individual#download-section
    ```

- 见到如下界面,点击下载自己电脑对应的版本

    ![](https://www.hualigs.cn/image/6030a7fdeecc9.jpg)

- 下载完成后

    - 双击运行(以Windows为例)

    ![](https://www.hualigs.cn/image/6030a7fdd94df.jpg)

   ![](https://www.hualigs.cn/image/6030a7fdee15b.jpg)
               
      ![](https://www.hualigs.cn/image/6030a7fde2e24.jpg)

    - 选择安装路径

    ![](https://www.hualigs.cn/image/6030a7fded614.jpg)

    - 下面2个记得都勾选上:exclamation:(本电脑因为安装过所以第二个没勾)​

    ![](https://www.hualigs.cn/image/6030a7fdee973.jpg)

### Step 2 Install Pycharm

- 下载安装

- ```
    https://www.jetbrains.com/pycharm/download/#section=windows
    https://www.jetbrains.com/pycharm/download/#section=mac
    ```

- 见到如下界面,点击下载Community版本

    ![](https://www.hualigs.cn/image/6030a7fdef913.jpg)

- 下载完成后

    - 双击运行(以windows为例)

    ![](https://www.hualigs.cn/image/6030a7fdec814.jpg)![](https://www.hualigs.cn/image/6030a7fdd8594.jpg)
   

    - 下列选项全部勾选

      ![](https://www.hualigs.cn/image/6030a7fdd83af.jpg)

    - 下一步安装即可

      ![](https://www.hualigs.cn/image/6030a7fdd879c.jpg)
页: [1]
查看完整版本: Python环境配置 Anaconda+PyCharm