The simplest method under Windows:
File---settings--project---Project interpreter----Click the + sign, enter the module name you need to install, click the Install Package button
Install under Linux
First of all, ensure that the Xshell and the Bantu link.
Note: Do clients interact with Linux server-side files? This requires a RZ (upload), sz (download) tool.
1) Python How to install the module, we install Python does not install these modules, before installing the module, you must first install the Setuptools, this is the first step;
2) Install the Ez_setup package
3) Install Pip
Command: Easy_install PIP
You can use the PIP command to install the other modules.
Install: Pip Install PackageName
Update: Pip install-u packagename
Removal: Pip Uninstall PackageName
Search: Pip Search PackageName
Help: Pip helps
Python How to install modules