Python module Numpy install -
i using python 2.5, download numpy 1.9.0 https://pypi.python.org/pypi/numpy. not sure should put module, hope can me.
extract numpy , go extracted folder, there should setup.py file there. execute python setup.py install install numpy package. while way, rather suggest use pip install package. should not worry dependency.
Comments
Post a Comment