Skip to content

Instantly share code, notes, and snippets.

@hrdtbs
Last active February 7, 2018 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrdtbs/643a20ce0f3d591f18067bb524dfa44f to your computer and use it in GitHub Desktop.
Save hrdtbs/643a20ce0f3d591f18067bb524dfa44f to your computer and use it in GitHub Desktop.
Installing NumPy on Windows
  1. Install Python3

  2. $ pip3 install wheel

  3. Download an appropriate file (Python 3.7.X (x64) -> cp37,amd64) from here

  4. $ pip3 install C:\...\numpy-...+mkl-cp...-cp...m-win_amd....whl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment