qutip/qutip-doc

Instructions for installing on Windows with Python 2.7 / 3.4

ajgpitch opened this issue · 3 comments

@nonhermitian I am very happy with the idea that we state clearly that we will only offer support for qutip on Windows using Python 3.5+ and Visual Studio as the compiler. However, there are some users who don't have the ~10GB free needed for Visual Studio 2015. I have just been helping such a student here.

I see in the latest version of the installation docs we no longer give any information on installing qutip on Windows with Python 2.7 / 3.4. Can I add something on distutils.cfg and mingwpy? This seems to work ok with the new c++ extensions.

Ok. Yes, I see now that conda-forge is not creating any py34 packages. Thanks for spotting that.
I will update the instructions then to describe how to install for py27

Done