Answers for "how to run a requirements.txt file using python on command line"

66

how to run requirements.txt in python

$ pip install -r requirements.txt
Posted by: Guest on May-10-2020
0

python requirements.txt how to

# --upgrade will grab newer versions if they're declared.
pip install --upgrade -r requirements.txt
Posted by: Guest on March-10-2022

Code answers related to "how to run a requirements.txt file using python on command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language