Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 94 Bytes

python查看包版本.md

File metadata and controls

5 lines (3 loc) · 94 Bytes

python -c "import numpy; print(numpy.version)"

pip show numpy

conda list | grep -w numpy