Skip to content

Generalize install instructions for other shells #69

@eltbus

Description

@eltbus

Error when running pip install .[dev] on zsh, because [ and ] are special characters.

pip install .[dev]
zsh: no matches found: .[dev]

Solution (from this issue) is to use quotes

pip install '.[dev]'

Please consider updating the README

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions