Jak zainstalować pobrane wymagania PIP z Python

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