Answers for "how to check requirements.txt was installed correctly"

0

how to check requirements.txt was installed correctly

# should list all and say whats missing
pip freeze -r requirements.txt
# or
pip -vvv freeze -r requirements.txt | grep "not installed"
Posted by: Guest on April-13-2022

Code answers related to "how to check requirements.txt was installed correctly"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language