Search code snippets, questions, articles...

How to install packages using pip according to the requirements.txt file from a local directory?

pip install -r /path/to/requirements.txt

this command instals all libs in project from requirements.txt

Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet