I have a very similar question to this question, but still one step behind. I have only one version of Python 3 installed on my Windows 7 (sorry) 64-bit system.
You can simply use
pip install numpy
Or for python3, use
pip3 install numpy