Skip to content

Doc, CONTRIBUTING.md has incorrect pip install -e ... command at Step 6 in Your first code contribution section #106

@john-liu2

Description

@john-liu2

Doc, CONTRIBUTING.md has incorrect pip install -e ... command at Step 6 in Your first code contribution section

The bad one:

$ pip install -e .[dev]    
zsh: no matches found: .[dev]

$ python -m pip install -e .[dev]
zsh: no matches found: .[dev]

The good one:

$ pip install -e '.[dev]'  
Looking in indexes: https://pypi.python.org/simple
...

$ python -m pip install -e '.[dev]'
Looking in indexes: https://pypi.python.org/simple
...

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions