I am using Anaconda python (2.7) on my Windows 7 machine. I want to install specutils which is a associated package for Astropy.
conda, as I understand, can installs binaries using conda install <package>
command. My question is
- where can I find the binary version of the specutils in the above cited repository.
- How do I install specutils using conda?