Skip to content

Instantly share code, notes, and snippets.

@sbdchd
Created August 5, 2019 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbdchd/e9546b57e73d0cea60ab05ee8fd9b5e7 to your computer and use it in GitHub Desktop.
Save sbdchd/e9546b57e73d0cea60ab05ee8fd9b5e7 to your computer and use it in GitHub Desktop.
❯ poetry install --help
Usage:
install [options]
Options:
--no-dev Do not install dev dependencies.
--dry-run Outputs the operations but will not execute anything (implicitly enables --verbose).
-E, --extras=EXTRAS Extra sets of dependencies to install. (multiple values allowed)
--develop=DEVELOP Install given packages in development mode. (multiple values allowed)
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose[=VERBOSE] Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
The install command reads the poetry.lock file from
the current directory, processes it, and downloads and installs all the
libraries and dependencies outlined in that file. If the file does not
exist it will look for pyproject.toml and do the same.
poetry install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment