import library python from requirements.txt code example
Example 1: install requirements.txt in pip command
note: yor should be on the same dir as requirements.txt file
pip install -r requirements.txt
Example 2: how to run django requirement.txt
$ pip3 install -r requirements.txt ---> For linux