It is now possible to install qutip as a conda package by using the conda-forge channel using the follow commands (assuming you already have Anaconda installed).
conda config --add channels conda-forge
conda install qutip
There are only packages available are for v3.1.0 (the last official release) and we are trying to ensure the packages are reliable before our up-coming 3.2.0 release. There is also only Python 2.7 packages for Windows, as we still have issues with Windows and Python 3.x.
The idea is that the packages should install, and the vast majority of the library be functional, without the need for a C compiler, as this has been found to be difficult for some (mainly Windows) users. If in Windows, if you wish to use the runtime cython features (string format time-dependent Hamiltonians), then it this should be possible with this command (note the mingwpy package is also from the conda-forge):
conda install mingwpy cython
However, right now there appear to be some issues with this. We will aim to have this fixed for the 3.2 release, and may update these packages too, if it is an easy patch.
Please reply to this post if you find some issues with the packages.