How do I install a Python package with a .whl file?
I just used the following which was quite simple. First open a console then cd to where you’ve downloaded your file like some-package.whl and use Note: if pip.exe is not recognized, you may find it in the “Scripts” directory from where python has been installed. If pip is not installed, this page can help: How do … Read more