The PyCharm tutorial configures anconda into PyCharm.

Download address of PyCharm: Other Versions - PyCharm

 Here I choose the 2019 Community Edition.

Install Pycharm process

 

click next

Configure the installation location of the software

Check all options and click next

Click "install", then click "I want to manually reboot later"

2. Import the anaconda environment in PyCharm

1. Double-click to open the pycharm software, click the "Create New Project" button to create a new project,

2. The path in the "Location" text box is the default project file storage location, "untitled" means the untitled project name,

 

3. Here I set the location as the E disk project name "sjfx" and then click the Project interpreter under Location...the following page will appear

4. Click on Existing interpreter and click on <No interpreter>…

5. Click... to find where the anconda file you installed is, and find the python.exe inside.

6. Go here and show the following even if it is installed, click create

 7. Click sjfx and then click New-python File to create a python file

 8. Enter the following libraries in the editing window to check

 

 

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/qq_61370104/article/details/130454764