Install a package using pip (Numpy+MKL)

Installing a package using pip (Python Installs Packages) is simple and easy. When all is working good. Before we begin, let me tell you one important advice: in most of the cases, we will download our package (.whl extension) and then install it. This because some of the packages gave me errors and only with wheel file I successfully installed them. Others will work directly from console, but with most “sensitive” I suggest this way.…

"Install a package using pip (Numpy+MKL)"