Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 274 Bytes

INSTALL.rst

File metadata and controls

15 lines (9 loc) · 274 Bytes

Building milk

The following should work:

python setup.py install

A C++ compiler is required. On Windows, you might need to specify the compiler. For example:

python setup.py install --compiler=mingw32

If you have mingw installed.