Y
Hacker News
new
|
ask
|
show
|
jobs
by
sebastiank123
4519 days ago
Do packages with dependencies in C still require compiling during pip install?
1 comments
mmerickel
4519 days ago
While pip does not support binary eggs, easy_install still does. If you want binary distribution with pip you need to use wheels (as you are, of course).
link