-
way1
File | Settings | Project: pythonProject | Python Interpreter
click("+")-->find("the name of the package you need")-->click("Install Package")
if install failed,please try the way2
-
way2
cmd--> python.exe -m pip install xx(the name of the package you need)