The installation instructions at
https://anaconda.org/carlkl/mingwpy are:
However, when I click onthe Files tab in this anaconda projects, I see all sorts of wheels containing affiliated with different versions of python (cp27, cp33, cp34, etc.), as well as different windows architectures (32 vs. 64 bits), and different versions of mingwpy itself (0.1.0b3, 0.1.0b1, etc.). E.g., mingwpy-0.1.0b3-cp27-none-win32.whl, mingwpy-0.1.0b3-cp27-none-win_amd64.whl, etc.
I am going to be using the mingwpy toolchain on AppVeyor (its build slaves run on Win64) to build both Win32 and Win64 versions of my python extension DLLs for Python 2.7.x. So, I am wondering what my `pip install . . .` command should be for this build scenario.
Many thanks,
Vitaly