在Python中安装NumPy有两种常见的方法:
pip install numpy
conda install numpy
无论选择哪种方法安装NumPy,都可以在Python中使用import numpy来导入NumPy模块。
import numpy