add note: how to use Makefile on Windows

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-10-13 15:25:12 +02:00
parent bee450d951
commit e387fea422
2 changed files with 6 additions and 0 deletions

View File

@ -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
--------------------------------

View File

@ -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
-------------------