Pipfile -

This can resolve issues caused by stale cached metadata.

For example:

# Installs all packages listed in the Pipfile pipenv install Use code with caution. Copied to clipboard Migrate from requirements.txt Pipfile

The lock file is machine-generated. Any manual edits will be overwritten the next time you run pipenv lock . This can resolve issues caused by stale cached metadata

: Defines where packages are downloaded from (usually PyPI). Pipfile

Once installed, you can initialize a project by simply installing a package: pipenv install requests Use code with caution.