This is an old revision of the document!


Installing basic git/python/numpy utilities under windows:

Install an editor:

Install git:

Install anaconda python distribution (this includes numpy, numba, and a bunch of other useful stuff):

Configure git to use vs code as the editor:

  • git config –global core.editor “/c/Users/user/AppData/Local/Programs/Microsoft*VS*Code/bin/code –wait”