How do I install a Python package with a .whl file?

I'm trying to install a Python package on Windows, using Christoph Gohlke's Windows binaries here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype

The package is made available here as a .whl file. How do I install that?

← Назад к списку