12-06-2017, 11:26 PM
Normally you should be able to
- Add the python executable which comes with Gimp to your general Windows path (once this is done you have a "python" command available in the command prompt.
- Install PIP s indicated there: (AFAIK Gimp's Python should be >= 2.7.9 so PIP could there already, otherwise, follow the indications).
- Download Numpy as indicated there.