I have downloaded .whl and trying to install it. Can you tell me the possible ways of installing wheel without using pip
.
For tar.gz files, I executed python setup.py install
and it installed my package.
How the same can be done for wheel when there is no setup.py
file in it?