我从这里下载了一个二进制库,我想将它添加到 Python 中,但我不知道该怎么做,请帮忙。
这是我尝试过的:
try:
import numpy
except:
print "This implementation requires the numpy module."
exit(0)
我下载了 numpy .exe 二进制文件,但我不知道放在哪里。我使用 Windows 和 Python 3.3
我从这里下载了一个二进制库,我想将它添加到 Python 中,但我不知道该怎么做,请帮忙。
这是我尝试过的:
try:
import numpy
except:
print "This implementation requires the numpy module."
exit(0)
我下载了 numpy .exe 二进制文件,但我不知道放在哪里。我使用 Windows 和 Python 3.3