Answers for "how to install requirements.txt from terminal"

10

install requirements.txt in pip command

note: yor should be on the same dir as requirements.txt file 

pip install -r requirements.txt
Posted by: Guest on May-19-2020
1

how to install requirements.txt

pip3 install -r requirements.txt
Posted by: Guest on March-25-2021

Code answers related to "how to install requirements.txt from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language