mirror of https://github.com/tqdm/tqdm.git
add note: how to use Makefile on Windows
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
bee450d951
commit
e387fea422
|
@ -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
|
||||
--------------------------------
|
||||
|
|
3
RELEASE
3
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
|
||||
-------------------
|
||||
|
|
Loading…
Reference in New Issue