1, go to webpage: https://www.python.org/
2, download python and install it
3, goto http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
4, download numpy+mkl for your python. The number after cp is the version of the python you installed.
5, open cmd and run "pip install --user [path of the downloaded scipy file]"
6, open cmd and run "pip install --user [path of the downloaded numpy+mkl file]"
7, open cmd and run "pip install autograd"
8, open cmd and run "pip install --user pymanopt"