matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

numpy on windows

Open RPeschke opened this issue 4 years ago • 0 comments

Hi thanks for the great library.

I had a bit of a trouble finding the numpy installation on my machine maybe it would be a good give some guidance on how to find the library

I found this site which was very useful

http://notesbyanerd.com/2018/11/02/pip-install-cant-find-numpy-header/

in short you open a python session and just ask the library where it is installed:

import numpy as np np.get_include() '/Users/Salim/Library/Python/3.7/lib/python/site-packages/numpy/core/include'

a one liner like this in the readme might be helpful.

again thanks for the great work!

RPeschke avatar May 22 '21 18:05 RPeschke