How to specify install order for python pip?

You can just use:

cat requirements.txt | xargs pip install

Leave a Comment