Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize install instructions for other shells #69

Closed
eltbus opened this issue Jan 13, 2024 · 2 comments
Closed

Generalize install instructions for other shells #69

eltbus opened this issue Jan 13, 2024 · 2 comments

Comments

@eltbus
Copy link
Contributor

eltbus commented Jan 13, 2024

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

@Kludex
Copy link
Owner

Kludex commented Jan 13, 2024

PR welcome. 👀

@eltbus
Copy link
Contributor Author

eltbus commented Jan 13, 2024

Merged #71

@eltbus eltbus closed this as completed Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants