Python environment setup + pytharm installation tutorial

1. Anaconda installation

1. Go to the official website to download anaconda

>Baidu search anaconda and press Enter

>Find the official website address and enter (pay attention to the website address)

>Download location

2. Install anaconda

I won’t demonstrate the specific installation steps (it was already installed when I wrote the article).

2. pycharm installation

1. Go to the official website to download pycharm

> Search pytharm on Baidu and press Enter

>Find the official website address and enter (check the correct URL)

>Click to download

> Find the free version and download it directly, the professional version requires money (please ignore)

2. Install pytharm

>Download and run the exe

>next

>Default

>next

>Tick to add desktop shortcut keys

>next

>install

\

>Wait for the progress bar to finish running

>finish

Double click on desktop pytharm

The appearance of this black interface indicates that the installation was successful! ! !

Comes with

Small usage tutorial

>Select the running environment that was installed before

>Version selection

>Create

>After installation, the first time you go in, you will download attachments and so on, please wait.

>This is OK, you can write your script under this project

Guess you like

Origin blog.csdn.net/qq_64039239/article/details/134665599