Doing a pip install -r requirements.txt
does not follow the order the modules are listed.
This answer points out how to do it.
I want to know how the order is determined by pip
, and if the order is predictable in any way?
Doing a pip install -r requirements.txt
does not follow the order the modules are listed.
This answer points out how to do it.
I want to know how the order is determined by pip
, and if the order is predictable in any way?