diff --git a/CONTRIBUTE b/CONTRIBUTE index 345c0684..ec077e62 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -7,6 +7,9 @@ upload to the pypi repository. Most of the management commands have been directly placed inside the Makefile, so you just have to run `make [alias]`. +Note: to use the Makefile on Windows, you need to install make.exe, +for example by installing [MinGW MSYS](http://www.mingw.org/wiki/msys). + HOW TO COMMIT YOUR CONTRIBUTIONS -------------------------------- diff --git a/RELEASE b/RELEASE index f62a20d4..03928fd8 100644 --- a/RELEASE +++ b/RELEASE @@ -7,6 +7,9 @@ how to update, build and upload a new release. Most of the management commands have been directly placed inside the Makefile, so you just have to run `make [alias]`. +Note: to use the Makefile on Windows, you need to install make.exe, +for example by installing [MinGW MSYS](http://www.mingw.org/wiki/msys). + SEMANTIC VERSIONING -------------------