Python: Running makefile on windows using git mingw bash

Linux owners configure makefiles so as to have easy commands to perform operations such as make dependencies to pip install required packages. Here are the dry simple steps to run makefiles in Python projects on Windows. Download git for windows. You should get git bash, git gui etc Download the mingw GUI setup. Install it …

Python: Running makefile on windows using git mingw bash Read More »