I made a very minor update of documentation of installation using conda. The conda package of compilers makes the installation step universal between macOS and linux. In addition, the MKL package is explicitly written in the list of installed packages, because it seems MKL lapack is most reliable at this moment for the dense solver. mkl-include may not be necessary but maybe useful to list it.
I made a very minor update of documentation of installation using conda. The conda package of
compilers
makes the installation step universal between macOS and linux. In addition, the MKL package is explicitly written in the list of installed packages, because it seems MKL lapack is most reliable at this moment for the dense solver.mkl-include
may not be necessary but maybe useful to list it.