I have the impression that (using setuptools):
python setup.py develop
Won't use wheels when installing required packages (specified in install_requires).
Questions:
- is my impression correct?
- is there a way to force it to use wheel?
I am talking about this particular setup script.