python安装numpy库代码
时间: 2023-09-26 18:11:14 浏览: 243
python安装numpy步骤
4星 · 用户满意度95%
Sure, here is the code to install numpy library in Python:
```python
pip install numpy
```
Make sure you have pip installed before running this command.
阅读全文
python安装numpy步骤