To check which version of a given Python library, say xyz , is installed, use pip show xyz or pip3 show xyz . For example, to check the version of your NumPy ...
確定! 回上一頁