pip install module_name
例如:安装numpy模块
命令:
pip install numpy
运行结果:
Collecting numpy
Downloading numpy-1.19.4-cp39-cp39-macosx_10_9_x86_64.whl (15.4 MB)
|████████████████████████████████| 15.4 MB 4.5 MB/s
Installing collected packages: numpy
Successfully installed numpy-1.19.4