1. Install third Party Library
First Open pycharm, click "File"-> "Setting", as shown in the picture:
Open as shown in the following illustration:
The right side shows the installed package, and if you want to install a new package, click the Green plus sign.
2. Install the plugin
First click on the plugin: as shown in the picture:
Click below to install the plugin from the network or locally. 3. Install the package using the command line
Open the Command Line window, which is not much said.
The syntax is:
Pip Install package name
Note: Do not write the name of the package wrong OH
Of course, if you're installing the PIP package, I'm using python3.4, and the PIP is installed when I install Python.
If you do not recognize the PIP command, you do not configure the environment variable, you only need to add the PIP directory in the environment variable "path". The following figure:
The above is the process of installing the Python package at the command line,