Как установить загруженные требования PIP с Python

pip install -r requirements.txt --no-index --find-links file:///tmp/packages
Yasiel Cabrera