pip freeze > requirements.txt pip download <packages> pip install --no-index --find-links=<path> -r requirements.txt