Skip to content

Problem installing [dev] option #90

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

Closed
jsheunis opened this issue Dec 3, 2023 · 1 comment
Closed

Problem installing [dev] option #90

jsheunis opened this issue Dec 3, 2023 · 1 comment

Comments

@jsheunis
Copy link

jsheunis commented Dec 3, 2023

I'm installing via pip in a virtual environment on macOS:

> pip install redflag[dev]
zsh: no matches found: redflag[dev]

On the other hand pip install redflag works fine.


Ping openjournals/joss-reviews#6065

kwinkunks added a commit that referenced this issue Dec 9, 2023
@kwinkunks
Copy link
Member

Good catch! I think zsh interprets the option as regex, so you have to do pip install "reflag[dev]", with the quotes. And I think that works with most other shells too.

Updated docs with 3895094

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