miniconda installation + pycharm installation

1.miniconda installation

  • miniconda download path: https://docs.conda.io/en/latest/miniconda.html
    After opening, select the corresponding computer system and python version to download
    Insert image description here
  • After downloading, double-click to run

Insert image description here
Insert image description hereInsert image description here

  • Select the installation path and remember the installation path. This path will be used when configuring the environment later.
    Insert image description here

Insert image description here
Insert image description here
Insert image description here- At this point the installation of miniconda is completed.

2.pycharm installation

  • pycharm download address: https://www.jetbrains.com/pycharm/
  • Open the website, select the corresponding system, and then download the community version of pycharm (free)
    Insert image description here
    Insert image description here
  • After downloading, double-click to install
    Insert image description here
    Insert image description here
    Insert image description here
    Insert image description here
  • After installation, a shortcut key for pycharm will be generated on the desktop. Double-click to open it.
    Insert image description here

3.pycharm environment configuration

  • Open it for the first time and click new project to create a new project.
    Insert image description here

Insert image description here

  • At this time, the installation path of miniconda is used.
    C\Users\xx\miniconda3 is the path to install miniconda
    Insert image description here
    Insert image description here
  • After opening, pycharm will automatically create a main.py file and click the run button to run it.
    Insert image description here
  • The running results are as follows:
    Insert image description here
    At this time, miniconda and pycharm are installed.

Guess you like

Origin blog.csdn.net/m0_48095841/article/details/130817499