Skip to content

Install command not working #13

@AndreasGerken

Description

@AndreasGerken

The command in the readme didnt work for me.

pip install -r pyproject.toml --all-extras

This seems to mix up requirements.txt and pyproject.toml.

Possible fix that worked for me:

pip install .[test,dev]

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