Skip to content

Are features and extras the same things ? #8

@nicolas-leydet

Description

@nicolas-leydet

You mention features at to places:

You can also specify the features you want installed by passing the --f|--features option (See Features for more info)

poetry install --features "mysql pgsql"
poetry install -f mysql -f pgsql

and

When installing packages, you can specify features by using the -E|--extras option:

poet install --extras "mysql pgsql"
poet install -E mysql -E pgsql

Also the Features (See Features for more info) link leads nowhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions