--system | Install a Pipfile’s contents into its parent system |
-c, --code | Install packages automatically discovered from import statements |
--deploy | Enforce that your Pipfile.lock is up to date in deployment |
--site-packages | Enable site-packages for the virtualenv [env var: PIPENV_SITE_PACKAGES] |
--no-site-packages | Enable site-packages for the virtualenv [env var: PIPENV_SITE_PACKAGES] |
--skip-lock | Skip locking mechanisms and use the Pipfile instead during operation |
-e, --editable <Package URL | path> | An editable Python package URL or path, often to a VCS repository |
--ignore-pipfile | Ignore Pipfile when installing, using the Pipfile.lock |
--selective-upgrade <package...> | Update specified packages |
-r, --requirements <path> | Import a requirements.txt file |
--extra-index-url <URL> | URLs to the extra PyPI compatible indexes to query for package look-ups |
-i, --index <URL> | Target PyPI-compatible package index url |
--sequential | Install dependencies one-at-a-time, instead of concurrently |
-d, --dev | Install both develop and default packages |
--keep-outdated | Keep out-dated dependencies from being updated in Pipfile.lock |
--pre | Allow pre-releases |
--python <py_version> | Specify which version of Python virtualenv should use |
--three | Use Python 3 when creating virtualenv |
--two | Use Python 2 when creating virtualenv |
--clear | Clears caches (pipenv, pip, and pip-tools) |
-v, --verbose | Verbose mode |
--pypi-mirror <mirror url> | If you would like to override the default PyPI index URLs with the URL for a PyPI mirror |