how to download pip dependencies locally? [duplicate]
问题 This question already has answers here : How to install packages using pip according to the requirements.txt file from a local directory? (12 answers) Closed 2 years ago . I am running my python application that has requirements.txt file which contains various dependencies. I am deploying this application in a Pivotal Cloud Foundry environment. However, the environment I am deploying in it airgapped. Therefore I can't seem to get the dependencies. The Git repo for python CF buildpack suggests