pycharm import module

I have imported the pyperclip module through the terminal before, which is mainly used for copying and pasting, so how to import related modules after using Pycharm?

Record today:

File——>Settings

Find the Project option, expand it, click the Project Interpreter option -> click ➕ which is install

After that, there will be many package names. You can directly search for the package name you want to install. Of course, the pyperclip I want, so....

Finally click on the installation package and wait for success ok

At this time, go back to the program, and the import pyperclip statement will not be a problem

Related Posts